summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/etexdir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/etexdir')
-rw-r--r--Build/source/texk/web2c/etexdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/etexdir/tex.ech7
2 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog
index 79ed6486b64..c13c795be8d 100644
--- a/Build/source/texk/web2c/etexdir/ChangeLog
+++ b/Build/source/texk/web2c/etexdir/ChangeLog
@@ -1,3 +1,9 @@
+2018-03-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+ Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * tex.ech: Recover the right \lastnodetype initialization
+ value ignored by tex.ch.
+
2016-04-06 Karl Berry <karl@tug.org>
* etexextra.h (COPYRIGHT_HOLDER): add et al. since
diff --git a/Build/source/texk/web2c/etexdir/tex.ech b/Build/source/texk/web2c/etexdir/tex.ech
index 03db36ebc6f..feaea51e9a4 100644
--- a/Build/source/texk/web2c/etexdir/tex.ech
+++ b/Build/source/texk/web2c/etexdir/tex.ech
@@ -41,6 +41,13 @@
@d eTeX_banner=='This is e-TeX, Version 3.14159265',eTeX_version_string
@z
+@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