1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

Update to Lua 5.2.4

This commit is contained in:
bel2125
2015-03-29 20:51:42 +02:00
parent 946a3ffe3d
commit acd1df40c9
10 changed files with 92 additions and 89 deletions

View File

@@ -564,7 +564,7 @@ static void set_absolute_path(char *options[], const char *option_name,
#define luaL_openlibs lua_civet_open_all_libs
struct lua_State;
extern void lua_civet_open_all_libs(struct lua_State *L);
#include "../src/third_party/lua-5.2.3/src/lua.c"
#include "../src/third_party/lua-5.2.4/src/lua.c"
#undef main
#endif