add 1.875c to the list of supported bisons
authorDave Mitchell <davem@fdisolutions.com>
Sat, 7 May 2005 11:06:16 +0000 (11:06 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 7 May 2005 11:06:16 +0000 (11:06 +0000)
p4raw-id: //depot/perl@24411

regen_perly.pl

index 024d785..6a372f9 100644 (file)
@@ -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