From 1e72ba8f801989453ee585a85f1d121d2669ac38 Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Sat, 9 Nov 2019 17:25:12 +0000 Subject: updated mflua.lua & ttx backend; stubs for shellenabledp restrictedshell shell_cmd_is_allowed. git-svn-id: svn://tug.org/texlive/trunk@52704 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lua/lkpselib.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/lua') diff --git a/Build/source/texk/web2c/luatexdir/lua/lkpselib.c b/Build/source/texk/web2c/luatexdir/lua/lkpselib.c index ae516677a3f..353b6dce934 100644 --- a/Build/source/texk/web2c/luatexdir/lua/lkpselib.c +++ b/Build/source/texk/web2c/luatexdir/lua/lkpselib.c @@ -843,7 +843,6 @@ static int lua_record_output_file(lua_State * L) return 0; } -#ifndef MF_LUA /*tex moved here */ static int lua_check_permissions(lua_State *L) @@ -884,7 +883,6 @@ static int lua_check_permissions(lua_State *L) } return 2; } -#endif /* !MF_LUA */ static const struct luaL_Reg kpselib_m[] = { {"__gc", lua_kpathsea_finish}, @@ -921,11 +919,9 @@ static const struct luaL_Reg kpselib_l[] = { {"default_texmfcnf", show_texmfcnf}, {"record_input_file", lua_record_input_file}, {"record_output_file", lua_record_output_file}, -#ifndef MF_LUA /* extra */ {"check_permission", lua_check_permissions}, /* sentinel */ -#endif /* !MF_LUA */ {NULL, NULL} }; -- cgit v1.2.3