fixed multiple typedef specifiers handling

This commit is contained in:
bellard 2006-10-28 14:28:02 +00:00
parent 0bea5c7f21
commit 52b7254b9c

1
tcc.c
View File

@ -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;