2012-04-13 18:42:59 +02:00
|
|
|
--- texk/web2c/eptexdir/eptex.ech
|
|
|
|
+++ texk/web2c/eptexdir/eptex.ech 2012-04-13 17:22:36.025657059 +0200
|
2012-04-13 19:15:15 +02:00
|
|
|
@@ -295,15 +295,14 @@ othercases goto next_p
|
|
|
|
|
|
|
|
@x e-pTeX: just_copy
|
|
|
|
hlist_node,vlist_node: begin r:=get_node(box_node_size);
|
|
|
|
-@y
|
|
|
|
- dir_node,
|
|
|
|
- hlist_node,vlist_node: begin r:=get_node(box_node_size);
|
|
|
|
-@z
|
|
|
|
-@x e-pTeX: just_copy
|
2012-04-13 18:42:59 +02:00
|
|
|
+ mem[r+6]:=mem[p+6]; mem[r+5]:=mem[p+5]; {copy the last two words}
|
2012-04-13 19:15:15 +02:00
|
|
|
words:=5; list_ptr(r):=null; {this affects |mem[r+5]|}
|
|
|
|
@y
|
|
|
|
- words:=5; list_ptr(r):=null; {this affects |mem[r+5]|}
|
|
|
|
+ dir_node, hlist_node,vlist_node: begin r:=get_node(box_node_size);
|
2012-04-13 18:42:59 +02:00
|
|
|
+ mem[r+7]:=mem[p+7]; mem[r+6]:=mem[p+6]; mem[r+5]:=mem[p+5];
|
|
|
|
+ {copy the last three words}
|
2012-04-13 19:15:15 +02:00
|
|
|
add_glue_ref(space_ptr(r)); add_glue_ref(xspace_ptr(r));
|
|
|
|
+ words:=5; list_ptr(r):=null; {this affects |mem[r+5]|}
|
|
|
|
@z
|
2012-04-13 18:42:59 +02:00
|
|
|
|
|
|
|
@x e-pTeX: ifcsname l.28620
|