Skip to content
Snippets Groups Projects
Commit 5c96b286 authored by sof's avatar sof
Browse files

[project @ 1997-06-10 20:16:01 by sof]

Don't include nativeGen/ bits if OMIT_NATIVE_CODEGEN is set
parent b8c696bf
No related merge requests found
......@@ -39,7 +39,9 @@ IMP_Ubiq(){-uitous-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(AbsCLoop)
#else
# if ! OMIT_NATIVE_CODEGEN
import {-# SOURCE #-} MachMisc
# endif
import {-# SOURCE #-} CLabel
import {-# SOURCE #-} ClosureInfo
import {-# SOURCE #-} CgRetConv
......
......@@ -58,11 +58,11 @@ import {-# SOURCE #-} CgRetConv
#if ! OMIT_NATIVE_CODEGEN
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
# if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(NcgLoop) ( underscorePrefix, fmtAsmLbl )
#else
# else
import {-# SOURCE #-} MachMisc ( underscorePrefix, fmtAsmLbl )
#endif
# endif
#endif
import CStrings ( pp_cSEP )
......
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