summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/enctex.ch
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-02-13 04:17:10 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-02-13 04:17:10 +0000
commit3f810b92c78abba65b46c392c00f24cb85fbc5e6 (patch)
treedcac505d5a18ced7c0292614bf06f575f7e59988 /Build/source/texk/web2c/enctex.ch
parentbb00ea3d16a96a5d17f2f29be8feab8e44d3ed90 (diff)
rename the new enctex.ch as enctex2.ch
git-svn-id: svn://tug.org/texlive/trunk@57725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/enctex.ch')
-rw-r--r--Build/source/texk/web2c/enctex.ch16
1 files changed, 9 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/enctex.ch b/Build/source/texk/web2c/enctex.ch
index 4920a8f9fb3..093f2259802 100644
--- a/Build/source/texk/web2c/enctex.ch
+++ b/Build/source/texk/web2c/enctex.ch
@@ -1,5 +1,7 @@
% enctex.ch: implementation of enc\TeX, to be applied on top of tex.ch.
-% Used by TeX, e-TeX, pdfTeX, but not by pTeX or XeTeX.
+% Used by TeX and e-TeX. Originally used by TeX, e-TeX and pdfTeX.
+% The renamed enctex2.ch is used by pdfTeX in order to be applied
+% after tracingstacklevels.ch.
@x [2.20] l.579 - encTeX: global declarations
xprn: array [ASCII_code] of ASCII_code;
@@ -93,13 +95,13 @@ k:=first; while k < last do begin print_buffer(k) end;
% encTeX: \mubytein \mubyteout \mubytelog and \specialout
@x [17.236] l.4954
-@d web2c_int_pars=web2c_int_base+4 {total number of web2c's integer parameters}
+@d web2c_int_pars=web2c_int_base+3 {total number of web2c's integer parameters}
@y
-@d mubyte_in_code=web2c_int_base+4{if positive then reading mubytes is active}
-@d mubyte_out_code=web2c_int_base+5{if positive then printing mubytes is active}
-@d mubyte_log_code=web2c_int_base+6{if positive then print mubytes to log and terminal}
-@d spec_out_code=web2c_int_base+7 {if positive then print specials by mubytes}
-@d web2c_int_pars=web2c_int_base+8 {total number of web2c's integer parameters}
+@d mubyte_in_code=web2c_int_base+3 {if positive then reading mubytes is active}
+@d mubyte_out_code=web2c_int_base+4 {if positive then printing mubytes is active}
+@d mubyte_log_code=web2c_int_base+5 {if positive then print mubytes to log and terminal}
+@d spec_out_code=web2c_int_base+6 {if positive then print specials by mubytes}
+@d web2c_int_pars=web2c_int_base+7 {total number of web2c's integer parameters}
@z
% encTeX: \mubytein \mubyteout \mubytelog and \specialout