Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
670b00ee
Commit
670b00ee
authored
Sep 14, 2000
by
simonmar
Browse files
[project @ 2000-09-14 09:10:35 by simonmar]
extend the scope of #ifdef GHCI so we can compile this with pre-4.08 compilers.
parent
e1f4b5f4
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/stgSyn/StgInterp.lhs
View file @
670b00ee
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment