mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
refactor(build): use vendored versions of mpack and luabitop
This commit is contained in:
@@ -1171,6 +1171,9 @@ static const luaL_reg mpack_functions[] = {
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
#ifdef NLUA_WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
int luaopen_mpack(lua_State *L)
|
||||
{
|
||||
/* Unpacker */
|
||||
|
@@ -1,3 +1,6 @@
|
||||
#include <lua.h>
|
||||
|
||||
#ifdef NLUA_WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
int luaopen_mpack(lua_State *L);
|
||||
|
Reference in New Issue
Block a user