summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/pdftex.web
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-20 18:39:27 +0000
committerKarl Berry <karl@freefriends.org>2021-01-20 18:39:27 +0000
commite65b2a64508243e4279778a8555868815dd87acd (patch)
tree6b717e784baceaec802554a0faa1872fce038943 /Build/source/texk/web2c/pdftexdir/pdftex.web
parent705e19f654d894c826a6c7a802354e6094abb105 (diff)
allow (un)dumping \pdfglyphtounicode in .fmt
git-svn-id: svn://tug.org/texlive/trunk@57476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.web')
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex.web4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web
index 9c85d212b15..33ac3c914b2 100644
--- a/Build/source/texk/web2c/pdftexdir/pdftex.web
+++ b/Build/source/texk/web2c/pdftexdir/pdftex.web
@@ -1,4 +1,4 @@
-% Copyright 1996-2020 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
+% Copyright 1996-2021 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
% <thanh@@pdftex.org>
% This file is part of pdfTeX.
@@ -33017,6 +33017,7 @@ dump_int(head_tab[obj_type_ximage]);
dump_int(pdf_last_obj);
dump_int(pdf_last_xform);
dump_int(pdf_last_ximage);
+dumptounicode;
end
@ And restoring the pdftex data structures from the format. The
@@ -33051,6 +33052,7 @@ undump_int(head_tab[obj_type_ximage]);
undump_int(pdf_last_obj);
undump_int(pdf_last_xform);
undump_int(pdf_last_ximage);
+undumptounicode;
end
@ We have already printed a lot of statistics, so we set |tracing_stats:=0|