From 93c01cb974548f29d95b556703af42455a90b9a6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 24 May 2001 06:49:28 +0000 Subject: [PATCH] [project @ 2001-05-24 06:49:28 by simonpj] Import assertPanic to support the ASSERT --- ghc/compiler/nativeGen/AbsCStixGen.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/nativeGen/AbsCStixGen.lhs b/ghc/compiler/nativeGen/AbsCStixGen.lhs index e60b0ff..dcaba25 100644 --- a/ghc/compiler/nativeGen/AbsCStixGen.lhs +++ b/ghc/compiler/nativeGen/AbsCStixGen.lhs @@ -46,6 +46,7 @@ import DataCon ( dataConWrapId ) import BitSet ( intBS ) import Name ( NamedThing(..) ) import CmdLineOpts ( opt_Static, opt_EnsureSplittableC ) +import Outputable ( assertPanic ) \end{code} For each independent chunk of AbstractC code, we generate a list of -- 1.7.10.4