Skip to content
Snippets Groups Projects
Commit 49abcf83 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-09 15:46:56 by simonm]

protect an import with #ifdef DEBUG.
parent 649f4b5f
No related merge requests found
...@@ -44,7 +44,9 @@ import Literal ( Literal ) ...@@ -44,7 +44,9 @@ import Literal ( Literal )
import Maybes ( catMaybes ) import Maybes ( catMaybes )
import Name ( isLocallyDefined, isWiredInName, import Name ( isLocallyDefined, isWiredInName,
Name{-instance NamedThing-}, NamedThing(..) ) Name{-instance NamedThing-}, NamedThing(..) )
#ifdef DEBUG
import PprAbsC ( pprAmode ) import PprAbsC ( pprAmode )
#endif
import PrimRep ( PrimRep ) import PrimRep ( PrimRep )
import StgSyn ( StgArg, StgLiveVars, GenStgArg(..) ) import StgSyn ( StgArg, StgLiveVars, GenStgArg(..) )
import Unique ( Unique, Uniquable(..) ) import Unique ( Unique, Uniquable(..) )
......
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