aboutsummaryrefslogtreecommitdiff
path: root/src/select.c
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-03-28 23:29:45 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-03-28 23:29:45 +0000
commitc1ef3e7103cc652d2004ef1ddc9409b946207f33 (patch)
tree56462562cf1769ccf079c2f5265e05db3a628a83 /src/select.c
parent4755ad727e36f2c3ad644718a2d477fffa9b1d23 (diff)
downloadluasocket-c1ef3e7103cc652d2004ef1ddc9409b946207f33.tar.gz
luasocket-c1ef3e7103cc652d2004ef1ddc9409b946207f33.tar.bz2
luasocket-c1ef3e7103cc652d2004ef1ddc9409b946207f33.zip
Released luasocket-1.5-work!
Diffstat (limited to 'src/select.c')
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index 0c14ba6..9f56b47 100644
--- a/src/select.c
+++ b/src/select.c
@@ -41,7 +41,7 @@ void select_open(lua_State *L)
41{ 41{
42 /* push select auxiliar lua function and register 42 /* push select auxiliar lua function and register
43 * select_lua_select with it as an upvalue */ 43 * select_lua_select with it as an upvalue */
44#ifdef LUASOCKET_DEBUG 44#ifdef LUASOCKET_DOFILE
45 lua_dofile(L, "lsselect.lua"); 45 lua_dofile(L, "lsselect.lua");
46#else 46#else
47#include "lsselect.loh" 47#include "lsselect.loh"