summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-12-20 08:38:51 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-12-20 08:38:51 +0000
commitcc1000669229b0ca4619c992306819a0f2e1dfe6 (patch)
tree39da8056403d41cd3b4f062e82d0dec1e77b9844
parent2cf0274cfc1fea620610f09860e0401765112b2f (diff)
web2c/luatexdir: Sync with the upstream.
git-svn-id: svn://tug.org/texlive/trunk@35869 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texnodes.w4
2 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index aae9042f221..c04be02d1ea 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-20 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * tex/texnodes.w: Sync with the upstream. Luigi makes minor changes.
+
2014-12-18 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* tex/texnodes.w: Sync with the upstream. Luigi makes minor changes.
diff --git a/Build/source/texk/web2c/luatexdir/tex/texnodes.w b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
index 3670fcee9d1..dc1279baa67 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texnodes.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: texnodes.w 5109 2014-12-17 10:41:30Z luigi $"
+ "$Id: texnodes.w 5112 2014-12-20 08:21:53Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/texnodes.w $";
#include "ptexlib.h"
@@ -2148,8 +2148,6 @@ static halfword new_attribute_node(unsigned int i, int v)
attribute_value(r) = v;
/* not used but nicer in print */
subtype(r) = 0;
- alink(r) = null;
- /* we only have forward links */
return r;
}