]> git.saurik.com Git - bison.git/blobdiff - etc/bench.pl
* doc/bison.texinfo: Fix a couple of typos.
[bison.git] / etc / bench.pl
index b3450d8c93f7e1b8b2e30c91d3ba5d8bdd9ae1a9..c90f159bd1dac8db5b6c0138d421d8dffe62f1fd 100755 (executable)
@@ -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;