Fix for bison 1.75.

This commit is contained in:
Cy Schubert 2002-11-06 23:43:22 +00:00
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

View 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 ')'

View 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 ')'