* 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,4 +1,4 @@
## Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc.
## Copyright (C) 2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
dist_pkgdata_DATA = README bison.m4 \
c-skel.m4 c.m4 yacc.c glr.c push.c \
c-skel.m4 c.m4 yacc.c glr.c \
c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc \
java-skel.m4 java.m4 lalr1.java