diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
commit | ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch) | |
tree | 7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/tex/files/patch-web2c_web2c_web2c.y | |
parent | Stage, and pull the patches into a sed command. (diff) |
Rename p*/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'print/tex/files/patch-web2c_web2c_web2c.y')
-rw-r--r-- | print/tex/files/patch-web2c_web2c_web2c.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/tex/files/patch-web2c_web2c_web2c.y b/print/tex/files/patch-web2c_web2c_web2c.y new file mode 100644 index 000000000000..c551b8caf9d0 --- /dev/null +++ b/print/tex/files/patch-web2c_web2c_web2c.y @@ -0,0 +1,10 @@ +--- 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 ')' |