From 21d54e81632abed8d86003d9f0624c6ccc3f1895 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 18 Nov 2008 18:56:47 +0000 Subject: [PATCH] Fix r23726. [r23774] --- parser.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.20.1