mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
parent
2ec8fbe7e5
commit
dff4beae02
12 changed files with 2 additions and 56 deletions
|
@ -19,9 +19,6 @@
|
|||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#if (LUA_VERSION_NUM == 501)
|
||||
#define luaL_setfuncs(L, R, N) luaL_register(L, NULL, R)
|
||||
#endif
|
||||
#if (LUA_VERSION_NUM < 504)
|
||||
#define luaL_pushfail lua_pushnil
|
||||
#endif
|
||||
|
@ -106,9 +103,7 @@ static const luaL_Reg Reg[] = {
|
|||
};
|
||||
|
||||
LUALIB_API int luaopen_util_windows(lua_State *L) {
|
||||
#if (LUA_VERSION_NUM > 501)
|
||||
luaL_checkversion(L);
|
||||
#endif
|
||||
lua_newtable(L);
|
||||
luaL_setfuncs(L, Reg, 0);
|
||||
lua_pushliteral(L, "-3.14");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue