cvs commit: fptools/ghc/compiler/main Main.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 2 Nov 2001 17:30:42 -0800


sof         2001/11/02 17:30:42 PST

  Modified files:
    ghc/compiler/main    Main.hs 
  Log:
  main: in both exception handlers, explicitly flush stdout before
        emitting bytes onto stderr, since the two aren't connected
        any longer.
  
  Revision  Changes    Path
  1.91      +9 -6      fptools/ghc/compiler/main/Main.hs