summaryrefslogtreecommitdiff
path: root/regen_perly.pl
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-05-07 11:06:16 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-05-07 11:06:16 +0000
commit5203fbcae61b42c66ba138a48162ecc0880db2c9 (patch)
treedd7f1d5607a8f4276e1e960cc26857dbade83f13 /regen_perly.pl
parent9cfa90c07dda2bbf7df20096eab1b9057035d586 (diff)
downloadperl-5203fbcae61b42c66ba138a48162ecc0880db2c9.tar.gz
add 1.875c to the list of supported bisons
p4raw-id: //depot/perl@24411
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl
index 024d785371..6a372f977f 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -65,7 +65,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65;
# the test below to allow that version too. DAPM Feb 04.
my $version = `$bison -V`;
-unless ($version =~ /\b(1\.875|2\.0)\b/) { die <<EOF; }
+unless ($version =~ /\b(1\.875c?|2\.0)\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently 1.875
or 2.0 is required. Try installing