summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-12 23:58:22 +0000
committerKarl Berry <karl@freefriends.org>2023-02-12 23:58:22 +0000
commit73b06f092447cb817894c0eb98b98039e274de60 (patch)
treecb4e9d10f18e8c771af6e743d6c701e60337e538 /Build/source
parent7a0efe9d530a2d253e9305b7d527ffa27bad25f1 (diff)
oops, the late \special change cannot be applied to tex.web, must reorganize
git-svn-id: svn://tug.org/texlive/trunk@65809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/enctexdir/enctex2.ch21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/web2c/enctexdir/enctex2.ch b/Build/source/texk/web2c/enctexdir/enctex2.ch
index f397e66659c..34a9aa04150 100644
--- a/Build/source/texk/web2c/enctexdir/enctex2.ch
+++ b/Build/source/texk/web2c/enctexdir/enctex2.ch
@@ -600,27 +600,6 @@ else if mubyte_out + mubyte_zero >= 2*mubyte_zero then
else write_mubyte(tail) := mubyte_out + mubyte_zero;
@z
-% see pdftex.web for more about this.
-@x [53.1353] - encTeX: late \special stores specialout and mubyteout values
-begin new_whatsit(latespecial_node,write_node_size); write_stream(tail):=null;
-p:=scan_toks(false,false); write_tokens(tail):=def_ref;
-@y
-begin new_whatsit(latespecial_node,write_node_size);
-if spec_out + mubyte_zero < 0 then write_stream(tail) := 0
-else if spec_out + mubyte_zero >= 2*mubyte_zero then
- write_stream(tail) := 2*mubyte_zero - 1
- else write_stream(tail) := spec_out + mubyte_zero;
-if mubyte_out + mubyte_zero < 0 then write_mubyte(tail) := 0
-else if mubyte_out + mubyte_zero >= 2*mubyte_zero then
- write_mubyte(tail) := 2*mubyte_zero - 1
- else write_mubyte(tail) := mubyte_out + mubyte_zero;
-if (spec_out = 2) or (spec_out = 3) then
- if (mubyte_out > 2) or (mubyte_out = -1) or (mubyte_out = -2) then
- write_noexpanding := true;
-p:=scan_toks(false,false); write_tokens(tail):=def_ref;
-write_noexpanding := false;
-@z
-
@x [53.1353] - encTeX: \special stores specialout and mubyteout values
begin new_whatsit(special_node,write_node_size); write_stream(tail):=null;
p:=scan_toks(false,true); write_tokens(tail):=def_ref;