summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/font/luafont.w4
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/luafont.w b/Build/source/texk/web2c/luatexdir/font/luafont.w
index d45ea7aa0d4..9d4ebc9ed98 100644
--- a/Build/source/texk/web2c/luatexdir/font/luafont.w
+++ b/Build/source/texk/web2c/luatexdir/font/luafont.w
@@ -2018,7 +2018,8 @@ static halfword handle_lig_word(halfword cur)
/* Building an |init_disc| followed by a |select_disc|
\.{{a-}{b}{AB} {-}{}{}} 'c'
*/
- halfword last1 = vlink(next), tail;
+ /* is it tail necessary ? */
+ halfword last1 = vlink(next), tail ;
uncouple_node(next);
try_couple_nodes(fwd, last1);
/* \.{{a-}{b}{AB} {-}{c}{}} */
@@ -2050,6 +2051,7 @@ static halfword handle_lig_word(halfword cur)
/* and set the subtypes */
subtype(cur) = init_disc;
subtype(fwd) = select_disc;
+ return cur ;
}
}
}
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index ce152e5ad8e..0e24aa9fd06 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -26,7 +26,7 @@
#define TeX
-int luatex_svn = 5209;
+int luatex_svn = 5225;
int luatex_version = 80; /* \.{\\luatexversion} */
int luatex_revision = '0'; /* \.{\\luatexrevision} */
int luatex_date_info = 2015031900; /* the compile date is now hardwired */