mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Change to the lemon parser suggested by Geert Janssen. Appears to have no
impact on SQLite. (CVS 2458) FossilOrigin-Name: 6fda60083f258a4943c859d768ea7142de831594
This commit is contained in:
@ -597,7 +597,7 @@ void Parse(
|
||||
/* (re)initialize the parser, if necessary */
|
||||
yypParser = (yyParser*)yyp;
|
||||
if( yypParser->yyidx<0 ){
|
||||
if( yymajor==0 ) return;
|
||||
/* if( yymajor==0 ) return; // not sure why this was here... */
|
||||
yypParser->yyidx = 0;
|
||||
yypParser->yyerrcnt = -1;
|
||||
yypParser->yystack[0].stateno = 0;
|
||||
|
Reference in New Issue
Block a user