aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index 2289c86..fdac44c 100644
--- a/tcc.c
+++ b/tcc.c
@@ -6837,6 +6837,7 @@ static int parse_btype(CType *type, AttributeDef *ad)
t |= (s->type.t & ~VT_TYPEDEF);
type->ref = s->type.ref;
next();
+ typespec_found = 1;
break;
}
type_found = 1;