summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/textoken.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/textoken.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/textoken.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/textoken.c b/Build/source/texk/web2c/luatexdir/tex/textoken.c
index d6c16890649..609eae8104b 100644
--- a/Build/source/texk/web2c/luatexdir/tex/textoken.c
+++ b/Build/source/texk/web2c/luatexdir/tex/textoken.c
@@ -2352,8 +2352,9 @@ void ins_the_toks(void)
*/
-void combine_the_toks(int how)
+void combine_the_toks(void)
{
+ halfword how = cur_chr;
halfword source = null;
halfword target = null;
halfword append = (how == 0) || (how == 1) || (how == 4) || (how == 5);