diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-24 17:18:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-24 17:18:25 +0000 |
commit | 6fccde1aecdb4298832a925e87109c9f77205a19 (patch) | |
tree | f4251f80dfd29b98d23f625a3e46f534f46dafce /Build/source/texk/web2c/eptexdir/etex.ch1 | |
parent | 80341cec3f3bb955653de54ccb3e189bc6b6fa16 (diff) |
e-TeX, pTeX: reformulate/simplify \lastbox, \unpenalty & Co
git-svn-id: svn://tug.org/texlive/trunk@21817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/etex.ch1')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/etex.ch1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/eptexdir/etex.ch1 b/Build/source/texk/web2c/eptexdir/etex.ch1 index 37c0c36c1d3..8596e15770d 100644 --- a/Build/source/texk/web2c/eptexdir/etex.ch1 +++ b/Build/source/texk/web2c/eptexdir/etex.ch1 @@ -154,11 +154,11 @@ change_box(q); if type(tail)=cur_chr then @z @x [47.1105] - begin prev_node:=tail; prev_disp:=disp; tail_append(d); - end; + link(p):=null; flush_node_list(tail); tail:=p; + end; @y - begin prev_node:=tail; prev_disp:=disp; tail_append(d); - end; + link(p):=null; flush_node_list(tail); tail:=p; + end; if LR_temp<>null then insert_end_M; end; @z |