[commit: ghc] master: Fix many ASSERT uses under Clang. (d8ee2b0)

Austin Seipp mad.one at gmail.com
Wed Jun 19 04:33:11 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/d8ee2b06f3a47ed08239e4f52cec8aa8e49b6ef6

>---------------------------------------------------------------

commit d8ee2b06f3a47ed08239e4f52cec8aa8e49b6ef6
Author: Austin Seipp <aseipp at pobox.com>
Date:   Tue Jun 18 18:45:31 2013 -0500

    Fix many ASSERT uses under Clang.
    
    Clang doesn't like whitespace between macro and arguments.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>

 compiler/basicTypes/DataCon.lhs      |  6 +++---
 compiler/cmm/CmmUtils.hs             |  2 +-
 compiler/codeGen/StgCmmClosure.hs    |  2 +-
 compiler/ghci/ByteCodeAsm.lhs        |  2 +-
 compiler/ghci/DebuggerUtils.hs       |  4 ++--
 compiler/ghci/Linker.lhs             |  4 ++--
 compiler/ghci/RtClosureInspect.hs    |  2 +-
 compiler/main/DriverPipeline.hs      |  2 +-
 compiler/main/GhcMake.hs             |  3 +--
 compiler/nativeGen/PPC/CodeGen.hs    |  2 +-
 compiler/nativeGen/X86/CodeGen.hs    |  2 +-
 compiler/prelude/PrelRules.lhs       |  2 +-
 compiler/rename/RnEnv.lhs            |  2 +-
 compiler/rename/RnTypes.lhs          | 20 ++++++++++----------
 compiler/stgSyn/CoreToStg.lhs        |  2 +-
 compiler/typecheck/TcDeriv.lhs       |  2 +-
 compiler/typecheck/TcEvidence.lhs    |  2 +-
 compiler/typecheck/TcGenGenerics.lhs | 18 +++++++++---------
 compiler/typecheck/TcInteract.lhs    |  2 +-
 compiler/typecheck/TcMType.lhs       |  4 ++--
 compiler/typecheck/TcSimplify.lhs    |  2 +-
 compiler/typecheck/TcUnify.lhs       |  2 +-
 compiler/types/Coercion.lhs          |  4 ++--
 ghc/InteractiveUI.hs                 |  2 +-
 24 files changed, 47 insertions(+), 48 deletions(-)


Diff suppressed because of size. To see it, use:

    git show d8ee2b06f3a47ed08239e4f52cec8aa8e49b6ef6



More information about the ghc-commits mailing list