* 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 <http://www.ossp.org/pkg/lib/cfg/>.
This commit is contained in:
Paul Eggert
2002-10-11 20:54:17 +00:00
parent df5aed8c11
commit ff6dca1839

View File

@@ -1,3 +1,10 @@
2002-10-11 Paul Eggert <eggert@twinsun.com>
* 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 <http://www.ossp.org/pkg/lib/cfg/>.
2002-10-11 Akim Demaille <akim@epita.fr>
* tests/regression.at Characters Escapes): New.