* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.

* data/push.c: Rename to...
* data/yacc.c: ... this, overwriting it.
* etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
`%push-pull-parser' -> `%define api.push_pull "both"'.
Remove old yacc.c tests, and update push.c tests to yacc.c.
This commit is contained in:
Joel E. Denny
2008-02-17 19:55:48 +00:00
parent 42ee26bb96
commit 9ca7f077a0
5 changed files with 350 additions and 1885 deletions

View File

@@ -1,3 +1,12 @@
2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
* data/push.c: Rename to...
* data/yacc.c: ... this, overwriting it.
* etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
`%push-pull-parser' -> `%define api.push_pull "both"'.
Remove old yacc.c tests, and update push.c tests to yacc.c.
2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
* data/bison.m4 (b4_percent_code_get): Output %code block comments like