diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-04 07:35:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-04 07:35:04 +0000 |
commit | a9508b836a72c89a1f1d6d009ff178ba205e69ae (patch) | |
tree | 3ad0ac105ec606b6d45d69998d28a12c82777065 /Build/source/texk/web2c/synctexdir/synctex-e-mem.ch0 | |
parent | 324c500b9b31e7e3c61ff592955e3203ec8f42db (diff) |
Apply recent changes in etex.ch to pdftex.web
git-svn-id: svn://tug.org/texlive/trunk@21953 c570f23f-e606-0410-a88d-b1316a301751
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); |