texlive[65809] Build/source/texk/web2c/enctexdir/enctex2.ch: oops,

commits+karl at tug.org commits+karl at tug.org
Mon Feb 13 00:58:22 CET 2023


Revision: 65809
          http://tug.org/svn/texlive?view=revision&revision=65809
Author:   karl
Date:     2023-02-13 00:58:22 +0100 (Mon, 13 Feb 2023)
Log Message:
-----------
oops, the late \special change cannot be applied to tex.web, must reorganize

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/enctexdir/enctex2.ch

Modified: trunk/Build/source/texk/web2c/enctexdir/enctex2.ch
===================================================================
--- trunk/Build/source/texk/web2c/enctexdir/enctex2.ch	2023-02-12 23:28:11 UTC (rev 65808)
+++ trunk/Build/source/texk/web2c/enctexdir/enctex2.ch	2023-02-12 23:58:22 UTC (rev 65809)
@@ -600,27 +600,6 @@
      else write_mubyte(tail) := mubyte_out + mubyte_zero;
 @z
 
-% see pdftex.web for more about this.
- at 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;
- at 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;
- at 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;



More information about the tex-live-commits mailing list.