mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove minimum Bison version requirement from parse.y
How about removing `%require “version”` since it is a definition to specify the minimum version of Bison and is not needed now that we have completely moved to Lrama? see: https://www.gnu.org/software/bison/manual/html_node/Require-Decl.html
This commit is contained in:
parent
cb8f186205
commit
bfb7571d24
1 changed files with 0 additions and 2 deletions
2
parse.y
2
parse.y
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
%require "3.0"
|
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
||||||
#if !YYPURE
|
#if !YYPURE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue