From: simonpj Date: Fri, 21 Dec 2001 16:39:09 +0000 (+0000) Subject: [project @ 2001-12-21 16:39:09 by simonpj] X-Git-Tag: Approximately_9120_patches~351 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bfaa19390ff682bf2cad4958125d941115b83dbf;p=ghc-hetmet.git [project @ 2001-12-21 16:39:09 by simonpj] wibble --- diff --git a/ghc/compiler/nativeGen/MachCode.lhs b/ghc/compiler/nativeGen/MachCode.lhs index a31c91d..e120d80 100644 --- a/ghc/compiler/nativeGen/MachCode.lhs +++ b/ghc/compiler/nativeGen/MachCode.lhs @@ -49,6 +49,7 @@ import Stix ( pprStixStmt ) -- DEBUGGING ONLY import IOExts ( trace ) +import Outputable ( assertPanic ) infixr 3 `bind` \end{code}