diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
commit | 2229554140bb2a2fc6faeaa0f86a497da0e25b91 (patch) | |
tree | 6e809e2bf517c9f2c1b8fb328945aeae3239913a /Master/source/texlive.patch | |
parent | b34a3dab6046461de575d7b757a8647fd0a6f18d (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@58223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source/texlive.patch')
-rw-r--r-- | Master/source/texlive.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/source/texlive.patch b/Master/source/texlive.patch deleted file mode 100644 index df529857561..00000000000 --- a/Master/source/texlive.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- texk/web2c/luatexdir/tex/printing.c (revision 49614) -+++ texk/web2c/luatexdir/tex/printing.c (working copy) -@@ -416,7 +416,7 @@ - { - char *buffer = NULL; - int i = 0; -- int newlinechar = new_line_char_par; -+ int newlinechar = (lua_only == 1) ? 10 : new_line_char_par; - int dolog = 0; - int doterm = 0; - switch (selector) { |