mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
10 lines
289 B
Text
10 lines
289 B
Text
--- 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 ')'
|