fix
authorMatthias Braun <matze@braunis.de>
Sat, 7 Mar 2009 23:32:22 +0000 (23:32 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 7 Mar 2009 23:32:22 +0000 (23:32 +0000)
[r25624]

parser.c

index 5a444f3..e4b159e 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -9791,7 +9791,7 @@ static statement_t *parse_for(void)
        size_t const  top       = environment_top();
        scope_t      *old_scope = scope_push(&statement->fors.scope);
 
-       bool old_gcc_extension;
+       bool old_gcc_extension = in_gcc_extension;
        while (token.type == T___extension__) {
                next_token();
                in_gcc_extension = true;