From: Paul Eggert Date: Fri, 11 Oct 2002 20:54:17 +0000 (+0000) Subject: * data/yacc.c (yyreport_parse_error): Remove, putting its body into... X-Git-Tag: BISON-1_75~39 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ff6dca183984bc14752e73e249ce58a4c7987c91?ds=inline * data/yacc.c (yyreport_parse_error): Remove, putting its body into... (yyparse): here. This undoes some of the 2002-07-25 change. Compatibility problem reported by Ralf S. Engelschall with OSSP cfg . --- diff --git a/ChangeLog b/ChangeLog index 07800e0d..895beb48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-10-11 Paul Eggert + + * data/yacc.c (yyreport_parse_error): Remove, putting its body into... + (yyparse): here. This undoes some of the 2002-07-25 change. + Compatibility problem reported by Ralf S. Engelschall with + OSSP cfg . + 2002-10-11 Akim Demaille * tests/regression.at Characters Escapes): New.