* etc/bench.pm: Shorten bench names.

This commit is contained in:
Akim Demaille
2006-05-14 20:39:18 +00:00
parent 4e83ea15f7
commit ba9ecd1910
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2006-05-14 Akim Demaille <akim@lrde.epita.fr>
* etc/bench.pm: Shorten bench names.
2006-05-14 Akim Demaille <akim@lrde.epita.fr>
* src/output.h, src/output.c (error_verbose): Move to...

View File

@@ -371,9 +371,9 @@ sub bench_grammar ($)
"push-yacc" => '%skeleton "push.c"',
"push-pure" => '%skeleton "push.c" %pure-parser',
"push-push" => '%skeleton "push.c" %push-parser',
"push-opt-yacc" => '%skeleton "push_opt.c"',
"push-opt-pure" => '%skeleton "push_opt.c" %pure-parser',
"push-opt-push" => '%skeleton "push_opt.c" %push-parser',
"popt-yacc" => '%skeleton "push_opt.c"',
"popt-pure" => '%skeleton "push_opt.c" %pure-parser',
"popt-push" => '%skeleton "push_opt.c" %push-parser',
);
my %bench;