From 49abcf83cf9a5709cf821877e793ad272ea215de Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 9 Jan 1998 15:46:56 +0000
Subject: [PATCH] [project @ 1998-01-09 15:46:56 by simonm] protect an import
 with #ifdef DEBUG.

---
 ghc/compiler/codeGen/CgBindery.lhs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ghc/compiler/codeGen/CgBindery.lhs b/ghc/compiler/codeGen/CgBindery.lhs
index f21d393b8326..9e3040b0b17a 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(..) )
-- 
GitLab