mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-18 23:09:56 +02:00
Released luasocket-1.5-work!
This commit is contained in:
@ -56,7 +56,7 @@ LUASOCKET_API int lua_socketlibopen(lua_State *L)
|
||||
buf_open(L);
|
||||
tcps_open(L);
|
||||
udp_open(L);
|
||||
#if LUASOCKET_DEBUG
|
||||
#ifdef LUASOCKET_DOFILE
|
||||
lua_dofile(L, "concat.lua");
|
||||
lua_dofile(L, "code.lua");
|
||||
lua_dofile(L, "url.lua");
|
||||
|
@ -41,7 +41,7 @@ void select_open(lua_State *L)
|
||||
{
|
||||
/* push select auxiliar lua function and register
|
||||
* select_lua_select with it as an upvalue */
|
||||
#ifdef LUASOCKET_DEBUG
|
||||
#ifdef LUASOCKET_DOFILE
|
||||
lua_dofile(L, "lsselect.lua");
|
||||
#else
|
||||
#include "lsselect.loh"
|
||||
|
Reference in New Issue
Block a user