mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* data/bison.simple.new: Comment changes.
Reported by Andreas Schwab.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-06-18 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* data/bison.simple.new: Comment changes.
|
||||||
|
Reported by Andreas Schwab.
|
||||||
|
|
||||||
2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
|
2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
|
||||||
|
|
||||||
* data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
|
* data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
|
||||||
|
|||||||
@@ -1252,9 +1252,9 @@ yyabortlab:
|
|||||||
goto yyreturn;
|
goto yyreturn;
|
||||||
|
|
||||||
#ifndef yyoverflow
|
#ifndef yyoverflow
|
||||||
/*---------------------------------------------.
|
/*----------------------------------------------.
|
||||||
| yyoverflowab -- parser overflow comes here. |
|
| yyoverflowlab -- parser overflow comes here. |
|
||||||
`---------------------------------------------*/
|
`----------------------------------------------*/
|
||||||
yyoverflowlab:
|
yyoverflowlab:
|
||||||
yyerror ("parser stack overflow");
|
yyerror ("parser stack overflow");
|
||||||
yyresult = 2;
|
yyresult = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user