From 3797f23dc18fcbec8952adafb4dada635be35c43 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Sun, 3 Dec 2006 22:08:57 +0000 Subject: add support for bison 2.3 p4raw-id: //depot/perl@29443 --- regen_perly.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'regen_perly.pl') diff --git a/regen_perly.pl b/regen_perly.pl index f3b3f59ce3..a046399ab2 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -66,10 +66,10 @@ 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[a-z]?|2\.[01])\b/) { die <