[project @ 2003-06-03 09:41:48 by ross]
authorross <unknown>
Tue, 3 Jun 2003 09:41:51 +0000 (09:41 +0000)
committerross <unknown>
Tue, 3 Jun 2003 09:41:51 +0000 (09:41 +0000)
commit06e14415fa8aef5be7d01314d08fcd87873cd0da
treeb134799381191b998863467fb461a039023ddcea
parent56af76cc6a264621bfd18071f21e6a608e691e47
[project @ 2003-06-03 09:41:48 by ross]
change trailing comments on #else/#endif lines to C style to avoid
warnings from gcc 3.3's preprocessor.
13 files changed:
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/MachMisc.lhs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/nativeGen/PprMach.lhs
ghc/compiler/nativeGen/RegAllocInfo.lhs
ghc/compiler/rename/RnTypes.lhs
ghc/compiler/stranal/StrictAnal.lhs
ghc/compiler/typecheck/TcExpr.lhs
ghc/compiler/utils/FastTypes.lhs
ghc/compiler/utils/FiniteMap.lhs
ghc/compiler/utils/UniqFM.lhs
ghc/rts/parallel/ParInit.h