diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-03-24 15:07:44 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-03-24 15:07:44 +0000 |
commit | a569f02db490f7f6375dd338d373e8705a45280d (patch) | |
tree | 61d563222d5cac86acdc224baa877ab6e206ccca | |
parent | 74a63868a9d04a23fd3974977267f7f307841884 (diff) |
alephdir: same fix as r47096 for \lastnodetype
git-svn-id: svn://tug.org/texlive/trunk@47102 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/alephdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/alephdir/ceostuff.ch | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog index 1af02aec304..c7b0caa4d1c 100644 --- a/Build/source/texk/web2c/alephdir/ChangeLog +++ b/Build/source/texk/web2c/alephdir/ChangeLog @@ -1,3 +1,8 @@ +2018-03-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * ceostuff.ch: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2017-12-25 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * omtrans.ch (omega_print): expand \newlinechar for terminal and diff --git a/Build/source/texk/web2c/alephdir/ceostuff.ch b/Build/source/texk/web2c/alephdir/ceostuff.ch index 06d7e6afd85..e7dfb75bd96 100644 --- a/Build/source/texk/web2c/alephdir/ceostuff.ch +++ b/Build/source/texk/web2c/alephdir/ceostuff.ch @@ -1,6 +1,13 @@ % still more web2c stuff for the e-TeX part of Aleph % this will be merged into the others soon +@x [16.215] - e-TeX last_node_type +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +@y +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +last_node_type:=-1; +@z + @x [51.1332] l.24203 (ca.) texarray line_stack:=xmalloc_array (integer, max_in_open); @y |