- make sure no expression is built twice
[cparser] / write_fluffy.c
index 8dda537..0d66b0b 100644 (file)
@@ -177,6 +177,8 @@ static void write_type(const type_t *type)
        case TYPE_INVALID:
                panic("invalid type found");
                break;
+       case TYPE_COMPLEX:
+       case TYPE_IMAGINARY:
        default:
                fprintf(out, "/* TODO type */");
                break;