mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Now bison 3.0 or later is required
This commit is contained in:
parent
c3de7a3c58
commit
230267d1a8
Notes:
git
2022-11-09 12:34:30 +00:00
1 changed files with 2 additions and 0 deletions
2
parse.y
2
parse.y
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
|
%require "3.0"
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
||||||
#if !YYPURE
|
#if !YYPURE
|
||||||
|
|
Loading…
Reference in a new issue