From: Akim Demaille Date: Tue, 22 Jul 2008 08:43:59 +0000 (+0200) Subject: Use strict on bench.pl. X-Git-Tag: v2.7.90~1149 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3a2803df74bf43b384db752e87be94a1f64fa847?hp=3a2803df74bf43b384db752e87be94a1f64fa847 Use strict on bench.pl. * etc/bench.pl.in (&run, &generate_grammar): New. Rename the grammar generating functions for consistency. Change the interface so that the list of benches to run is passed as (optionless) arguments. (&compile): Use &run. ---