diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-12-03 07:20:34 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-12-03 07:20:34 +0000 |
| commit | 7da19138e37c4e0123860f1fecbceb80c3d2627d (patch) | |
| tree | 8453f003a9ba212807d9c9590c2f2b850d323f0f /src/select.c | |
| parent | d7e80592a69c076991ed4f4cc15d5390e14d1f0b (diff) | |
| download | luasocket-7da19138e37c4e0123860f1fecbceb80c3d2627d.tar.gz luasocket-7da19138e37c4e0123860f1fecbceb80c3d2627d.tar.bz2 luasocket-7da19138e37c4e0123860f1fecbceb80c3d2627d.zip | |
Faltam testes de ftp e smtp. O resto passa.
Diffstat (limited to 'src/select.c')
| -rw-r--r-- | src/select.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/select.c b/src/select.c index 1aaa7fe..5c08730 100644 --- a/src/select.c +++ b/src/select.c | |||
| @@ -31,8 +31,6 @@ void select_open(lua_State *L) | |||
| 31 | { | 31 | { |
| 32 | /* push select auxiliar lua function and register | 32 | /* push select auxiliar lua function and register |
| 33 | * select_lua_select with it as an upvalue */ | 33 | * select_lua_select with it as an upvalue */ |
| 34 | #ifdef LUASOCKET_DEBUG | ||
| 35 | #endif | ||
| 36 | luaL_loadfile(L, "lsselect.lua"); | 34 | luaL_loadfile(L, "lsselect.lua"); |
| 37 | lua_call(L, 0, 1); | 35 | lua_call(L, 0, 1); |
| 38 | lua_pushcclosure(L, select_lua_select, 1); | 36 | lua_pushcclosure(L, select_lua_select, 1); |
