Make it compilable with newer bison.

Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
PR:		47457
This commit is contained in:
Masafumi Max NAKANE 2003-02-05 05:31:02 +00:00
parent 1afd4c6452
commit b1693d5515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74782
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 ')'