X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0925d5bfd40aac15b9c55cd1b60e28befc4bd55d..b10dd689b645f4f62d616cb9fbc14f416e8e06bd:/etc/bench.pl.in diff --git a/etc/bench.pl.in b/etc/bench.pl.in index ca433493..f36691fe 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is part of Bison, the GNU Compiler Compiler. # @@ -343,8 +343,8 @@ sub bench_grammar ($) ( "pull-impure" => '', "pull-pure" => '%define api.pure', - "push-impure" => '%define api.push_pull "both"', - "push-pure" => '%define api.push_pull "both" %define api.pure', + "push-impure" => '%define api.push-pull "both"', + "push-pure" => '%define api.push-pull "both" %define api.pure', ); my %bench;