convert more driver code to new style
[cparser] / write_fluffy.c
index 0d66b0b..5379aee 100644 (file)
@@ -334,6 +334,7 @@ void write_fluffy_decls(FILE *output, const translation_unit_t *unit)
        global_scope = &unit->scope;
 
        ast_set_output(out);
+       type_set_output(out);
        fprintf(out, "/* WARNING: Automatically generated file */\n");
 
        /* write structs,unions + enums */