summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lua/luatoken.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luatoken.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luatoken.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luatoken.c b/Build/source/texk/web2c/luatexdir/lua/luatoken.c
index bf434b286bb..5f823104d56 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luatoken.c
+++ b/Build/source/texk/web2c/luatexdir/lua/luatoken.c
@@ -161,9 +161,9 @@ int get_command_id (char *s) {
static int
get_cur_cmd (lua_State *L) {
- int r = 0;
+ int r = 0, len;
cur_cs = 0;
- int len = lua_objlen(L,-1);
+ len = lua_objlen(L,-1);
if (len==3 || len==2) {
r = 1;
lua_rawgeti(L,-1,1);