cvs commit: fptools/ghc/rts/parallel ParInit.h fptools/ghc/compil er/main DriverPipeline.hs fptools/ghc/compiler/nativeGen MachCode.lhs MachMisc.lhs MachRegs.lhs PprMach.lhs RegAllocInfo.lhs fptools/ghc/compile r/rename RnTypes.lhs fptools/ghc/compiler/stranal ...

[email protected] Tue, 3 Jun 2003 02:41:51 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <200306030941.CAA31181__17338.2252724425$1054633245@glass.cse.ogi.edu>
ross        2003/06/03 02:41:51 PDT

  Modified files:
    ghc/rts/parallel     ParInit.h 
    ghc/compiler/main    DriverPipeline.hs 
    ghc/compiler/nativeGen MachCode.lhs MachMisc.lhs MachRegs.lhs 
                           PprMach.lhs RegAllocInfo.lhs 
    ghc/compiler/rename  RnTypes.lhs 
    ghc/compiler/stranal StrictAnal.lhs 
    ghc/compiler/typecheck TcExpr.lhs 
    ghc/compiler/utils   FastTypes.lhs FiniteMap.lhs UniqFM.lhs 
    happy/templates      GenericTemplate.hs 
  Log:
  change trailing comments on #else/#endif lines to C style to avoid
  warnings from gcc 3.3's preprocessor.
  
  Revision  Changes    Path
  1.3       +1 -1      fptools/ghc/rts/parallel/ParInit.h
  1.148     +1 -1      fptools/ghc/compiler/main/DriverPipeline.hs
  1.112     +49 -49    fptools/ghc/compiler/nativeGen/MachCode.lhs
  1.70      +4 -4      fptools/ghc/compiler/nativeGen/MachMisc.lhs
  1.48      +13 -13    fptools/ghc/compiler/nativeGen/MachRegs.lhs
  1.71      +4 -4      fptools/ghc/compiler/nativeGen/PprMach.lhs
  1.42      +12 -12    fptools/ghc/compiler/nativeGen/RegAllocInfo.lhs
  1.16      +3 -2      fptools/ghc/compiler/rename/RnTypes.lhs
  1.42      +2 -2      fptools/ghc/compiler/stranal/StrictAnal.lhs
  1.154     +1 -1      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.4       +2 -2      fptools/ghc/compiler/utils/FastTypes.lhs
  1.34      +2 -2      fptools/ghc/compiler/utils/FiniteMap.lhs
  1.36      +3 -3      fptools/ghc/compiler/utils/UniqFM.lhs
  1.24      +2 -2      fptools/happy/templates/GenericTemplate.hs