diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/texnodes.w | 4 |
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; } |