From: Akim Demaille Date: Tue, 18 Jun 2002 11:37:20 +0000 (+0000) Subject: * data/bison.simple.new: Comment changes. X-Git-Tag: BISON-1_49b~154 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ca98bf57582952c898808b61e32bc8e2b30bc4b0 * data/bison.simple.new: Comment changes. Reported by Andreas Schwab. --- diff --git a/ChangeLog b/ChangeLog index a558e357..ce5f638c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-18 Akim Demaille + + * data/bison.simple.new: Comment changes. + Reported by Andreas Schwab. + 2002-06-18 Matt Kraai * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that diff --git a/data/bison.simple b/data/bison.simple index d17ff73d..d54d3a27 100644 --- a/data/bison.simple +++ b/data/bison.simple @@ -1252,9 +1252,9 @@ yyabortlab: goto yyreturn; #ifndef yyoverflow -/*---------------------------------------------. -| yyoverflowab -- parser overflow comes here. | -`---------------------------------------------*/ +/*----------------------------------------------. +| yyoverflowlab -- parser overflow comes here. | +`----------------------------------------------*/ yyoverflowlab: yyerror ("parser stack overflow"); yyresult = 2;