Move declaration of yymx.

svn path=/trunk/; revision=28660
This commit is contained in:
Stig Bjørlykke 2009-06-08 11:54:38 +00:00
parent 618153d40f
commit 7678317238
1 changed files with 1 additions and 1 deletions

View File

@ -743,10 +743,10 @@ void Parse(
}else if( yyact < YYNSTATE + YYNRULE ){
yy_reduce(yypParser,yyact-YYNSTATE);
}else{
assert( yyact == YY_ERROR_ACTION );
#ifdef YYERRORSYMBOL
int yymx;
#endif
assert( yyact == YY_ERROR_ACTION );
#ifndef NDEBUG
if( yyTraceFILE ){
fprintf(yyTraceFILE,"%sSyntax Error!\n",yyTracePrompt);