Fix r23726.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Nov 2008 18:56:47 +0000 (18:56 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Nov 2008 18:56:47 +0000 (18:56 +0000)
[r23774]

parser.c

index a920275..0761251 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -5144,6 +5144,7 @@ static void parse_anonymous_declaration_rest(
                const declaration_specifiers_t *specifiers)
 {
        eat(';');
+       anonymous_entity = NULL;
 
        if (warning.other) {
                if (specifiers->storage_class != STORAGE_CLASS_NONE) {