diff options
author | 2014-05-10 16:10:05 -0400 | |
---|---|---|
committer | 2014-05-10 16:10:05 -0400 | |
commit | f35bab15d62ed798eb68ac69b439e2198c8fad31 (patch) | |
tree | 4eefcc87a65bc71823fb865b5f48b2db5fca0129 /src/lua.sym | |
parent | 2ad637aea5c47e8201e9bbe32e1faa8c933c0cf9 (diff) | |
download | textadept-f35bab15d62ed798eb68ac69b439e2198c8fad31.tar.gz textadept-f35bab15d62ed798eb68ac69b439e2198c8fad31.zip |
Fixed bug in exporting Lua symbols on Windows.
Diffstat (limited to 'src/lua.sym')
-rw-r--r-- | src/lua.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.sym b/src/lua.sym index 5398a9c2..d2a73e4f 100644 --- a/src/lua.sym +++ b/src/lua.sym @@ -36,7 +36,7 @@ luaL_optlstring luaL_optnumber luaL_optunsigned luaL_prepbuffer -luaL_prepbuffersize +luaL_prepbuffsize luaL_pushresult luaL_pushresultsize luaL_ref |