summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2006-05-14 20:39:18 +0000
committerAkim Demaille <akim@epita.fr>2006-05-14 20:39:18 +0000
commitba9ecd19109c62c4c17381f34e298e39314f1dfd (patch)
tree48c96eca820f7e8e9eaa098d5fb3b2d1559a7d99 /etc
parent4e83ea15f725cb1982f7ca3bedb919d5182434d4 (diff)
downloadbison-ba9ecd19109c62c4c17381f34e298e39314f1dfd.tar.gz
* etc/bench.pm: Shorten bench names.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/bench.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/bench.pl b/etc/bench.pl
index b3450d8c..c90f159b 100755
--- a/etc/bench.pl
+++ b/etc/bench.pl
@@ -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;