Released luasocket-1.5-work!

This commit is contained in:
Diego Nehab 2003-03-28 23:29:45 +00:00
parent 4755ad727e
commit c1ef3e7103
4 changed files with 31 additions and 56 deletions

View file

@ -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");