From: sof Date: Thu, 8 Nov 2001 18:55:19 +0000 (+0000) Subject: [project @ 2001-11-08 18:55:19 by sof] X-Git-Tag: Approximately_9120_patches~593 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0377a8dbdd87285c650736cd072ee5c650624b79;p=ghc-hetmet.git [project @ 2001-11-08 18:55:19 by sof] gencode: for completeness sake only, handle CCallTypedefs --- diff --git a/ghc/compiler/nativeGen/AbsCStixGen.lhs b/ghc/compiler/nativeGen/AbsCStixGen.lhs index 262b8fc..c85e6d3 100644 --- a/ghc/compiler/nativeGen/AbsCStixGen.lhs +++ b/ghc/compiler/nativeGen/AbsCStixGen.lhs @@ -469,6 +469,8 @@ Finally, all of the disgusting AbstractC macros. gencode (CCallProfCCMacro macro _) = returnUs (\xs -> StComment macro : xs) + gencode CCallTypedef{} = returnUs id + gencode other = pprPanic "AbsCStixGen.gencode" (dumpRealC other)