Took out some C garbage, which gets around 200 more tests passing
This commit is contained in:
parent
56e5b8da8e
commit
bea4dcfd80
|
@ -643,7 +643,7 @@ cgenVariableWithAM checkValid v am fct
|
||||||
t <- astTypeOf v
|
t <- astTypeOf v
|
||||||
ct <- call getCType m t am >>* fct
|
ct <- call getCType m t am >>* fct
|
||||||
-- Temporary, for debugging:
|
-- 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
|
dressUp m iv ct
|
||||||
where
|
where
|
||||||
m = findMeta v
|
m = findMeta v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user