From: simonm Date: Fri, 9 Jan 1998 15:46:56 +0000 (+0000) Subject: [project @ 1998-01-09 15:46:56 by simonm] X-Git-Tag: Approx_2487_patches~1107 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=49abcf83cf9a5709cf821877e793ad272ea215de;p=ghc-hetmet.git [project @ 1998-01-09 15:46:56 by simonm] protect an import with #ifdef DEBUG. --- diff --git a/ghc/compiler/codeGen/CgBindery.lhs b/ghc/compiler/codeGen/CgBindery.lhs index f21d393..9e3040b 100644 --- a/ghc/compiler/codeGen/CgBindery.lhs +++ b/ghc/compiler/codeGen/CgBindery.lhs @@ -44,7 +44,9 @@ import Literal ( Literal ) import Maybes ( catMaybes ) import Name ( isLocallyDefined, isWiredInName, Name{-instance NamedThing-}, NamedThing(..) ) +#ifdef DEBUG import PprAbsC ( pprAmode ) +#endif import PrimRep ( PrimRep ) import StgSyn ( StgArg, StgLiveVars, GenStgArg(..) ) import Unique ( Unique, Uniquable(..) )