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:
ydah 2024-11-08 01:54:59 +09:00 committed by Hiroshi SHIBATA
parent cb8f186205
commit bfb7571d24

View File

@ -9,8 +9,6 @@
**********************************************************************/
%require "3.0"
%{
#if !YYPURE