mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Add bison 3.8.6
This commit is contained in:
parent
1b784cdf04
commit
6a77c8f426
8 changed files with 217 additions and 0 deletions
19
steps/bison-3.8.2/patches/defines-header.patch
Normal file
19
steps/bison-3.8.2/patches/defines-header.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
Change %header to %defines, this was renamed in development cycle for 3.8.
|
||||
|
||||
diff --git bison-3.8.2/src/parse-gram.y bison-3.8.2/src/parse-gram.y
|
||||
index 96e95ed1..10240483 100644
|
||||
--- bison-3.8.2/src/parse-gram.y
|
||||
+++ bison-3.8.2/src/parse-gram.y
|
||||
@@ -152,7 +152,7 @@
|
||||
%define parse.error custom
|
||||
%define parse.lac full
|
||||
%define parse.trace
|
||||
-%header
|
||||
+%defines
|
||||
%expect 0
|
||||
%verbose
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue