From 0377a8dbdd87285c650736cd072ee5c650624b79 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 8 Nov 2001 18:55:19 +0000 Subject: [PATCH] [project @ 2001-11-08 18:55:19 by sof] gencode: for completeness sake only, handle CCallTypedefs --- ghc/compiler/nativeGen/AbsCStixGen.lhs | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.7.10.4