diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-11 16:27:29 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-11 20:40:00 +0100 |
commit | 86b50d930caa444c44fdcbc7a450402db01fcf1b (patch) | |
tree | e3db83e4be7ef33cae4b5177ea5c81c41d0a3de9 /regen_perly.pl | |
parent | e3d2bd96751612e204e517c970eb34267b8ececa (diff) | |
download | perl-86b50d930caa444c44fdcbc7a450402db01fcf1b.tar.gz |
Support Bison version 3.1 through 3.4
No significant changes in the generated code since 3.0.
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index 2abe8e74ea..ac5f13a4ee 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -76,10 +76,10 @@ EOF # Don't change this to add new bison versions without testing that the generated # files actually work :-) Win32 in particular may not like them. :-( -unless ($version =~ /\b(1\.875[a-z]?|2\.[0134567]|3\.[0])\b/) { die <<EOF; } +unless ($version =~ /\b(1\.875[a-z]?|2\.[0134567]|3\.[0-4])\b/) { die <<EOF; } You have the wrong version of bison in your path; currently versions -1.875, 2.0-2.7 or 3.0 are known to work. Try installing +1.875, 2.0-2.7 or 3.0-3.4 are known to work. Try installing http://ftp.gnu.org/gnu/bison/bison-2.5.1.tar.gz or similar. Your bison identifies itself as: |