texlive[47102] Build/source/texk/web2c/alephdir: alephdir: same fix
commits+hironobu at tug.org
commits+hironobu at tug.org
Sat Mar 24 16:07:44 CET 2018
Revision: 47102
http://tug.org/svn/texlive?view=revision&revision=47102
Author: hironobu
Date: 2018-03-24 16:07:44 +0100 (Sat, 24 Mar 2018)
Log Message:
-----------
alephdir: same fix as r47096 for \lastnodetype
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=47096
Modified Paths:
--------------
trunk/Build/source/texk/web2c/alephdir/ChangeLog
trunk/Build/source/texk/web2c/alephdir/ceostuff.ch
Modified: trunk/Build/source/texk/web2c/alephdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/alephdir/ChangeLog 2018-03-24 07:52:52 UTC (rev 47101)
+++ trunk/Build/source/texk/web2c/alephdir/ChangeLog 2018-03-24 15:07:44 UTC (rev 47102)
@@ -1,3 +1,8 @@
+2018-03-24 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+ * ceostuff.ch: Recover the right \lastnodetype initialization
+ value ignored by tex.ch.
+
2017-12-25 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
* omtrans.ch (omega_print): expand \newlinechar for terminal and
Modified: trunk/Build/source/texk/web2c/alephdir/ceostuff.ch
===================================================================
--- trunk/Build/source/texk/web2c/alephdir/ceostuff.ch 2018-03-24 07:52:52 UTC (rev 47101)
+++ trunk/Build/source/texk/web2c/alephdir/ceostuff.ch 2018-03-24 15:07:44 UTC (rev 47102)
@@ -1,6 +1,13 @@
% still more web2c stuff for the e-TeX part of Aleph
% this will be merged into the others soon
+ at x [16.215] - e-TeX last_node_type
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+ at y
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1;
+ at z
+
@x [51.1332] l.24203 (ca.) texarray
line_stack:=xmalloc_array (integer, max_in_open);
@y
More information about the tex-live-commits
mailing list