From 52b7254b9c095e497601519a3da7309c1c22e95c Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 28 Oct 2006 14:28:02 +0000 Subject: [PATCH] fixed multiple typedef specifiers handling --- tcc.c | 1 + 1 file changed, 1 insertion(+) 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;