diff options
author | 2011-12-15 11:16:50 -0500 | |
---|---|---|
committer | 2011-12-15 11:16:50 -0500 | |
commit | 83eabf083b695a296556b35b30be052afd76ee0c (patch) | |
tree | 7bee81144b0cd57d96496a50e55d13cc5114ebd7 /src/lua.sym | |
parent | 4379015de5be80ac8a4ec280390960fe7f249c11 (diff) | |
download | textadept-83eabf083b695a296556b35b30be052afd76ee0c.tar.gz textadept-83eabf083b695a296556b35b30be052afd76ee0c.zip |
Add support for compiling with LuaJIT.
Diffstat (limited to 'src/lua.sym')
-rw-r--r-- | src/lua.sym | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lua.sym b/src/lua.sym index a2ce7548..5398a9c2 100644 --- a/src/lua.sym +++ b/src/lua.sym @@ -1,3 +1,4 @@ +# This file has Lua 5.2 symbols and Lua 5.1 symbols (for LuaJIT). luaL_addlstring luaL_addstring luaL_addvalue @@ -39,6 +40,8 @@ luaL_prepbuffersize luaL_pushresult luaL_pushresultsize luaL_ref +luaL_register +luaL_typerror luaL_requiref luaL_setfuncs luaL_setmetatable @@ -55,13 +58,16 @@ lua_callk lua_checkstack lua_close lua_concat +lua_cpcall lua_copy lua_createtable lua_dump +lua_equal lua_error lua_gc lua_getallocf lua_getctx +lua_getfenv lua_getfield lua_gethook lua_gethookcount @@ -81,11 +87,13 @@ lua_isnumber lua_isstring lua_isuserdata lua_len +lua_lessthan lua_load lua_newstate lua_newthread lua_newuserdata lua_next +lua_objlen lua_pcall lua_pcallk lua_pushboolean @@ -110,6 +118,7 @@ lua_remove lua_replace lua_resume lua_setallocf +lua_setfenv lua_setfield lua_sethook lua_setlevel |