1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/print/tex/files/patch-ae
Jean-Marc Zucconi 05c4566a46 Fix the build with the latest version of bison.
Submitted by:	Kent Stewart <kstewart@owt.com>
2002-11-23 23:36:33 +00:00

11 lines
289 B
Plaintext

--- web2c/web2c/web2c.y~ Tue Dec 9 11:41:52 1997
+++ web2c/web2c/web2c.y Sun Nov 24 00:32:19 2002
@@ -135,6 +135,7 @@
/* program statement. Ignore any files. */
PROGRAM_HEAD:
program_tok undef_id_tok PROGRAM_FILE_PART ';'
+ ;
PROGRAM_FILE_PART:
'(' PROGRAM_FILE_LIST ')'