Skip to content

Commit

Permalink
Permit use of bison 3.8.* in regen_perly.pl
Browse files Browse the repository at this point in the history
Then run that program to regenerate perly.[act|h|tab].
  • Loading branch information
jkeenan committed Sep 3, 2024
1 parent 196b782 commit bdafeeb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 46 deletions.
2 changes: 1 addition & 1 deletion perly.act

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions perly.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 17 additions & 38 deletions perly.tab

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions regen_perly.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@

# 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(2\.[567]|3\.[0-7])\b/) { die <<EOF; }
unless ($version =~ /\b(2\.[567]|3\.[0-8])\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently versions
2.5-2.7 or 3.0-3.7 are known to work. Try installing
2.5-2.7 or 3.0-3.8 are known to work. Try installing
http://ftp.gnu.org/gnu/bison/bison-3.3.tar.gz
or similar. Your bison identifies itself as:
Expand Down

0 comments on commit bdafeeb

Please sign in to comment.