mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix for bison 1.75.
This commit is contained in:
parent
101d50b9b5
commit
ddad8f514c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69617
2 changed files with 22 additions and 0 deletions
11
print/teTeX-base/files/patch-::texk::web2c::web2c::web2c.y
Normal file
11
print/teTeX-base/files/patch-::texk::web2c::web2c::web2c.y
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- texk/web2c/web2c/web2c.y.orig Tue Dec 9 02:41:52 1997
|
||||
+++ texk/web2c/web2c/web2c.y Wed Nov 6 15:29:26 2002
|
||||
@@ -134,7 +134,8 @@
|
||||
|
||||
/* program statement. Ignore any files. */
|
||||
PROGRAM_HEAD:
|
||||
program_tok undef_id_tok PROGRAM_FILE_PART ';'
|
||||
+ ;
|
||||
|
||||
PROGRAM_FILE_PART:
|
||||
'(' PROGRAM_FILE_LIST ')'
|
11
print/teTeX/files/patch-::texk::web2c::web2c::web2c.y
Normal file
11
print/teTeX/files/patch-::texk::web2c::web2c::web2c.y
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- texk/web2c/web2c/web2c.y.orig Tue Dec 9 02:41:52 1997
|
||||
+++ texk/web2c/web2c/web2c.y Wed Nov 6 15:29:26 2002
|
||||
@@ -134,7 +134,8 @@
|
||||
|
||||
/* program statement. Ignore any files. */
|
||||
PROGRAM_HEAD:
|
||||
program_tok undef_id_tok PROGRAM_FILE_PART ';'
|
||||
+ ;
|
||||
|
||||
PROGRAM_FILE_PART:
|
||||
'(' PROGRAM_FILE_LIST ')'
|
Loading…
Add table
Reference in a new issue