aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorbellard <bellard>2006-10-28 14:28:02 +0000
committerbellard <bellard>2006-10-28 14:28:02 +0000
commit52b7254b9c095e497601519a3da7309c1c22e95c (patch)
tree451cb90b913f6e9054e21319c7ac38c4a685820f /tcc.c
parent0bea5c7f21dbff5cab3b28002b32d8a84365bb75 (diff)
downloadtinycc-52b7254b9c095e497601519a3da7309c1c22e95c.tar.gz
tinycc-52b7254b9c095e497601519a3da7309c1c22e95c.tar.bz2
fixed multiple typedef specifiers handling
Diffstat (limited to 'tcc.c')
-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;