cvs commit: fptools/ghc/utils/hsc2hs KludgedSystem.hs Main.hs Makefile

qrczak@glass.cse.ogi.edu qrczak@glass.cse.ogi.edu
Sat, 10 Feb 2001 02:43:25 -0800


qrczak      2001/02/10 02:43:25 PST

  Modified files:
    ghc/utils/hsc2hs     Main.hs Makefile 
  Added files:
    ghc/utils/hsc2hs     KludgedSystem.hs 
  Log:
  Move kludgedSystem (renamed to system) to a separate module.
  This avoids ugly interactions with the C preprocessor (string gaps,
  __GLASGOW_HASKELL__ in strings).
  
  Revision  Changes    Path
  1.17      +32 -55    fptools/ghc/utils/hsc2hs/Main.hs
  1.8       +2 -2      fptools/ghc/utils/hsc2hs/Makefile