moving cleanvar=false out of a condition

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-25 16:20:22 +01:00
parent 07fa97b8e7
commit b5d6f454a4

View file

@ -3609,9 +3609,9 @@ static bool parse_variable(parser_t *parser, ast_block *localblock, bool nofield
}
}
me[0] = me[1] = me[2] = NULL;
cleanvar = false;
}
me[0] = me[1] = me[2] = NULL;
cleanvar = false;
/* Part 2.2
* deal with arrays
*/