From 24a7d2d28b65c3b9efa14142b0e8667a90dc92d9 Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 27 Dec 2002 12:20:06 +0000 Subject: [PATCH] [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... --- ghc/compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- -- 1.7.10.4