diff --git a/tcc.c b/tcc.c index 2289c860..fdac44c3 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;