diff options
author | 2018-04-25 22:52:33 -0400 | |
---|---|---|
committer | 2018-04-25 22:52:33 -0400 | |
commit | 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (patch) | |
tree | a66ddc4caf4b8a9509330433571d586a6843fe27 /src/lua.sym | |
parent | 795f72c6d49c0566517a43808ce7aaf405220f31 (diff) | |
download | textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.tar.gz textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.zip |
Removed LuaJIT version of Textadept.
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
Diffstat (limited to 'src/lua.sym')
-rw-r--r-- | src/lua.sym | 26 |
1 files changed, 0 insertions, 26 deletions
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 |