From 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 25 Apr 2018 22:52:33 -0400 Subject: Removed LuaJIT version of Textadept. Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. --- src/lua.sym | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/lua.sym') diff --git a/src/lua.sym b/src/lua.sym index 3927da21..0e2914d3 100644 --- a/src/lua.sym +++ b/src/lua.sym @@ -147,29 +147,3 @@ luaopen_package luaopen_string luaopen_table luaopen_utf8 -# LuaJIT symbols to retain that are not listed above. -lua_call -lua_cpcall -lua_equal -lua_getfenv -lua_insert -lua_lessthan -lua_loadx -lua_objlen -lua_pcall -lua_remove -lua_replace -lua_setfenv -lua_setlevel -lua_tointeger -lua_tonumber -lua_yield -luaL_findtable -luaL_loadbuffer -luaL_loadfile -luaL_prepbuffer -luaL_register -luaL_typerror -luaopen_bit -luaopen_ffi -luaopen_jit -- cgit v1.2.3