[project @ 2000-09-14 09:10:35 by simonmar]
authorsimonmar <unknown>
Thu, 14 Sep 2000 09:10:35 +0000 (09:10 +0000)
committersimonmar <unknown>
Thu, 14 Sep 2000 09:10:35 +0000 (09:10 +0000)
extend the scope of #ifdef GHCI so we can compile this with pre-4.08 compilers.

ghc/compiler/stgSyn/StgInterp.lhs

index f1a1554..0e68c10 100644 (file)
@@ -26,7 +26,6 @@ import Class          ( Class, classTyCon )
 #ifdef GHCI
 -- giga-hack
 import {-# SOURCE #-} MCI_make_constr
-#endif
 
 import PrelGHC         --( unsafeCoerce#, dataToTag#,
                        --  indexPtrOffClosure#, indexWordOffClosure# )
@@ -37,6 +36,7 @@ import Storable
 import Addr            -- again ...
 import Word
 import Bits
+#endif
 
 
 runStgI :: [TyCon] -> [Class] -> [StgBinding] -> IO Int