[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgTailCall.lhs
index 770c4b5..590a80a 100644 (file)
@@ -37,14 +37,14 @@ import ClosureInfo  ( nodeMustPointToIt,
                          getEntryConvention, EntryConvention(..)
                        )
 import CmdLineOpts     ( opt_DoSemiTagging )
-import HeapOffs                ( zeroOff, VirtualSpAOffset(..) )
+import HeapOffs                ( zeroOff, SYN_IE(VirtualSpAOffset) )
 import Id              ( idType, dataConTyCon, dataConTag,
                          fIRST_TAG
                        )
 import Literal         ( mkMachInt )
 import Maybes          ( assocMaybe )
 import PrimRep         ( PrimRep(..) )
-import StgSyn          ( StgArg(..), GenStgArg(..), StgLiveVars(..) )
+import StgSyn          ( SYN_IE(StgArg), GenStgArg(..), SYN_IE(StgLiveVars) )
 import Type            ( isPrimType )
 import Util            ( zipWithEqual, panic, assertPanic )
 \end{code}