From: Joel E. Denny Date: Sun, 17 Feb 2008 19:55:48 +0000 (+0000) Subject: * data/Makefile.am (dist_pkgdata_DATA): Remove push.c. X-Git-Tag: v2.3b~27 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9ca7f077a0a5ecdd00c5945c7a7bd3cf46e23c13?hp=9ca7f077a0a5ecdd00c5945c7a7bd3cf46e23c13 * 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. ---