mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixed incorrect fallthrough.
This commit is contained in:
@@ -443,6 +443,7 @@ void fprint_type_info_recursive(FILE *file, TypeInfo *type_info, int indent)
|
||||
DUMP("(incarray");
|
||||
DUMPTI(type_info->array.base);
|
||||
DUMPE();
|
||||
break;
|
||||
case TYPE_INFO_EXPRESSION:
|
||||
DUMP("(typexpr");
|
||||
DUMPEXPR(type_info->unresolved_type_expr);
|
||||
|
||||
Reference in New Issue
Block a user