cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 23 Oct 2001 10:18:38 -0700


sof         2001/10/23 10:18:38 PDT

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  - flushEverything: replaced bogus defn with something less crufty.
  - float OPTIONS pragmas to the top; as was, they were ineffective.
    (it might just be a good idea for whoever put in the code which calls
     upon the RTS-local getAllocations() and revertCAFs() to bring some
     protos into scope, if robust software is the goal of this enterprise...)
  
  Revision  Changes    Path
  1.99      +5 -9      fptools/ghc/compiler/ghci/InteractiveUI.hs