From: Christoph Mallon Date: Tue, 18 Nov 2008 18:56:47 +0000 (+0000) Subject: Fix r23726. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=21d54e81632abed8d86003d9f0624c6ccc3f1895;p=cparser Fix r23726. [r23774] --- diff --git a/parser.c b/parser.c index a920275..0761251 100644 --- 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) {