From a569f02db490f7f6375dd338d373e8705a45280d Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Sat, 24 Mar 2018 15:07:44 +0000 Subject: alephdir: same fix as r47096 for \lastnodetype git-svn-id: svn://tug.org/texlive/trunk@47102 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/alephdir/ChangeLog | 5 +++++ Build/source/texk/web2c/alephdir/ceostuff.ch | 7 +++++++ 2 files changed, 12 insertions(+) (limited to 'Build') 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 + + * ceostuff.ch: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2017-12-25 Hironobu Yamashita * 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 -- cgit v1.2.3