diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/luafont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/luafont.c b/Build/source/texk/web2c/luatexdir/font/luafont.c index 7bc888c6b67..4a2eda1f41c 100644 --- a/Build/source/texk/web2c/luatexdir/font/luafont.c +++ b/Build/source/texk/web2c/luatexdir/font/luafont.c @@ -1451,6 +1451,7 @@ add_glyph_to_all: try_couple_nodes(cur,next); flush_node(fwd); } else if ( type(fwd)==disc_node) { + halfword next; /* MAGIC WARNING * A disc followed by a disc can have different kernings * depending on which path is choosen, and it is impossible to @@ -1460,7 +1461,6 @@ add_glyph_to_all: for (i=0; i<m; i++) { halfword copy = copy_node(fwd); halfword tail = tlink(lists[i]); - halfword next; if (tail!=null) { halfword prev = alink(tail); assert(alink(tail)!=null); |