From ca98bf57582952c898808b61e32bc8e2b30bc4b0 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 18 Jun 2002 11:37:20 +0000 Subject: [PATCH] * data/bison.simple.new: Comment changes. Reported by Andreas Schwab. --- ChangeLog | 5 +++++ data/bison.simple | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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; -- 2.47.2