From bea4dcfd8065de25d7392104018333f41044b867 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 31 Mar 2009 18:02:39 +0000 Subject: [PATCH] Took out some C garbage, which gets around 200 more tests passing --- backends/GenerateC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/GenerateC.hs b/backends/GenerateC.hs index 85758dc..8f6f038 100644 --- a/backends/GenerateC.hs +++ b/backends/GenerateC.hs @@ -643,7 +643,7 @@ cgenVariableWithAM checkValid v am fct t <- astTypeOf v ct <- call getCType m t am >>* fct -- Temporary, for debugging: - tell ["/* ", show (snd iv), " , trying to get: ", show ct, " */"] + -- tell ["/* ", show (snd iv), " , trying to get: ", show ct, " */"] dressUp m iv ct where m = findMeta v