diff options
| author | bellard <bellard> | 2006-10-28 14:28:02 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2006-10-28 14:28:02 +0000 |
| commit | 52b7254b9c095e497601519a3da7309c1c22e95c (patch) | |
| tree | 451cb90b913f6e9054e21319c7ac38c4a685820f | |
| parent | 0bea5c7f21dbff5cab3b28002b32d8a84365bb75 (diff) | |
| download | tinycc-52b7254b9c095e497601519a3da7309c1c22e95c.tar.gz tinycc-52b7254b9c095e497601519a3da7309c1c22e95c.tar.bz2 | |
fixed multiple typedef specifiers handling
| -rw-r--r-- | tcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
