Skip to content
Snippets Groups Projects
Commit 9c601608 authored by sof's avatar sof
Browse files

[project @ 1997-07-25 23:10:05 by sof]

imports changed
parent 657641e4
No related merge requests found
......@@ -48,13 +48,6 @@ module CLabel (
) where
IMP_Ubiq(){-uitous-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(AbsCLoop) ( CtrlReturnConvention(..),
ctrlReturnConvAlg
)
#else
import {-# SOURCE #-} CgRetConv
#endif
#if ! OMIT_NATIVE_CODEGEN
......@@ -65,6 +58,7 @@ import {-# SOURCE #-} MachMisc ( underscorePrefix, fmtAsmLbl )
# endif
#endif
import CgRetConv ( CtrlReturnConvention(..), ctrlReturnConvAlg )
import CStrings ( pp_cSEP )
import Id ( externallyVisibleId, cmpId_withSpecDataCon,
isDataCon, isDictFunId,
......
......@@ -31,11 +31,10 @@ import GlaExts (Addr(..))
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(AbsCLoop) -- break its dependence on ClosureInfo
#else
import {-# SOURCE #-} ClosureInfo
#endif
import AbsCSyn
import ClosureInfo
import AbsCUtils ( getAmodeRep, nonemptyAbsC,
mixedPtrLocn, mixedTypeLocn
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment