summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-04 07:35:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-04 07:35:04 +0000
commita9508b836a72c89a1f1d6d009ff178ba205e69ae (patch)
tree3ad0ac105ec606b6d45d69998d28a12c82777065 /Build/source/texk/web2c/synctexdir
parent324c500b9b31e7e3c61ff592955e3203ec8f42db (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')
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex-e-mem.ch013
2 files changed, 4 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
index d044547de5b..e41c576a85c 100644
--- a/Build/source/texk/web2c/synctexdir/ChangeLog
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-03 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * synctex-e-mem.ch0: Adapt to ../etexdir/etex.ch.
+
2011-03-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/synctex.am: Use AM_CFLAGS instead of synctex_CFLAGS.
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);