Skip to content
Snippets Groups Projects
Commit 2b362aa9 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 21:13:09 by sof]

import updates
parent 8a50d2cd
No related merge requests found
...@@ -23,7 +23,9 @@ module CgRetConv ( ...@@ -23,7 +23,9 @@ module CgRetConv (
) where ) where
IMP_Ubiq(){-uitous-} IMP_Ubiq(){-uitous-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(AbsCLoop) -- paranoia checking IMPORT_DELOOPER(AbsCLoop) -- paranoia checking
#endif
import AbsCSyn -- quite a few things import AbsCSyn -- quite a few things
import AbsCUtils ( mkAbstractCs, getAmodeRep, import AbsCUtils ( mkAbstractCs, getAmodeRep,
......
...@@ -21,7 +21,9 @@ module CgUsages ( ...@@ -21,7 +21,9 @@ module CgUsages (
) where ) where
IMP_Ubiq(){-uitous-} IMP_Ubiq(){-uitous-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(CgLoop1) -- here for paranoia-checking IMPORT_DELOOPER(CgLoop1) -- here for paranoia-checking
#endif
import AbsCSyn ( RegRelative(..), AbstractC, CAddrMode ) import AbsCSyn ( RegRelative(..), AbstractC, CAddrMode )
import CgMonad import CgMonad
......
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