From: panne Date: Fri, 27 Dec 2002 12:20:06 +0000 (+0000) Subject: [project @ 2002-12-27 12:20:06 by panne] X-Git-Tag: Approx_11550_changesets_converted~1312 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=24a7d2d28b65c3b9efa14142b0e8667a90dc92d9 [project @ 2002-12-27 12:20:06 by panne] -#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... --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index d4d994a..3cfd5d2 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -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 --