mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user