texlive[63918] Build/source/texk/web2c/eptexdir: Adapt pdfutils.ch to
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Jul 17 11:55:43 CEST 2022
Revision: 63918
http://tug.org/svn/texlive?view=revision&revision=63918
Author: ascherer
Date: 2022-07-17 11:55:43 +0200 (Sun, 17 Jul 2022)
Log Message:
-----------
Adapt pdfutils.ch to recent change in tex.ch.
'make' in 'Work/' fails.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/eptexdir/ChangeLog
trunk/Build/source/texk/web2c/eptexdir/pdfutils.ch
Modified: trunk/Build/source/texk/web2c/eptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/ChangeLog 2022-07-17 08:24:29 UTC (rev 63917)
+++ trunk/Build/source/texk/web2c/eptexdir/ChangeLog 2022-07-17 09:55:43 UTC (rev 63918)
@@ -1,3 +1,7 @@
+2022-07-17 Andreas Scherer <https://ascherer.github.io>
+
+ * pdfutils.ch: Adapt to upstream tex.ch.
+
2022-03-21 Karl Berry <karl at tug.org>
* TL'22 release.
Modified: trunk/Build/source/texk/web2c/eptexdir/pdfutils.ch
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/pdfutils.ch 2022-07-17 08:24:29 UTC (rev 63917)
+++ trunk/Build/source/texk/web2c/eptexdir/pdfutils.ch 2022-07-17 09:55:43 UTC (rev 63918)
@@ -698,7 +698,7 @@
begin save_scanner_status:=scanner_status; scanner_status:=normal;
get_token; scanner_status:=save_scanner_status; t:=cur_tok;
back_input; {now |start| and |loc| point to the backed-up token |t|}
-if t>=cs_token_flag then
+if (t>=cs_token_flag)and(t<>end_write_token) then
begin p:=get_avail; info(p):=cs_token_flag+frozen_dont_expand;
link(p):=loc; start:=p; loc:=p;
end;
@@ -708,7 +708,7 @@
begin save_scanner_status:=scanner_status; scanner_status:=normal;
get_token; scanner_status:=save_scanner_status; t:=cur_tok;
back_input; {now |start| and |loc| point to the backed-up token |t|}
-if t>=cs_token_flag then
+if (t>=cs_token_flag)and(t<>end_write_token) then
begin p:=get_avail; info(p):=cs_token_flag+frozen_dont_expand;
link(p):=loc; start:=p; loc:=p;
end;
More information about the tex-live-commits
mailing list.