[project @ 2002-12-27 12:20:06 by panne]
authorpanne <unknown>
Fri, 27 Dec 2002 12:20:06 +0000 (12:20 +0000)
committerpanne <unknown>
Fri, 27 Dec 2002 12:20:06 +0000 (12:20 +0000)
-#include cleanup. What we really need here are additional prototypes
for 'getAllocations' and 'revertCAFs', but these are only available
via RTS headers. I'm not sure if -#including them somehow would be OK,
so I left this out. A few lines of documentation who is allowed to
#include (or -#include) what would be helpful...

ghc/compiler/ghci/InteractiveUI.hs

index d4d994a..3cfd5d2 100644 (file)
@@ -1,6 +1,6 @@
-{-# OPTIONS -#include "Linker.h" -#include "SchedAPI.h" #-}
+{-# OPTIONS -#include "Linker.h" #-}
 -----------------------------------------------------------------------------
--- $Id: InteractiveUI.hs,v 1.141 2002/12/19 15:12:01 simonmar Exp $
+-- $Id: InteractiveUI.hs,v 1.142 2002/12/27 12:20:06 panne Exp $
 --
 -- GHC Interactive User Interface
 --