diff options
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 b/Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 index a4629bbd681..25a8e17db70 100644 --- a/Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 +++ b/Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 @@ -55,19 +55,6 @@ So it might not apply as is to pdftex.web due to some typographical changes. In the building process, one may have to apply some suitable tex.ch0 first. See pdftexdir for details. -@x etex.ch l.3852 - begin free_node(LR_temp,small_node_size); p:=head; - while link(p)<>tail do p:=link(p); - free_node(tail,small_node_size); link(p):=null; tail:=p; goto done; - end; -@y - begin free_node(LR_temp,medium_node_size); p:=head; - {{\sl SyncTeX}: |LR_temp| is a math node} - while link(p)<>tail do p:=link(p); - free_node(tail,medium_node_size); link(p):=null; tail:=p; goto done; - end; -@z - @x etex.ch l.3976 @<Reverse an hlist segment...@>= begin save_h:=cur_h; temp_ptr:=link(p); rule_wd:=width(p); |