aboutsummaryrefslogtreecommitdiff
path: root/iolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'iolib.c')
-rw-r--r--iolib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/iolib.c b/iolib.c
index dd957638..9945d6b4 100644
--- a/iolib.c
+++ b/iolib.c
@@ -29,11 +29,7 @@ static void pushresult (int i)
29 lua_pushuserdata(NULL); 29 lua_pushuserdata(NULL);
30 else { 30 else {
31 lua_pushnil(); 31 lua_pushnil();
32#ifndef OLD_ANSI
33 lua_pushstring(strerror(errno)); 32 lua_pushstring(strerror(errno));
34#else
35 lua_pushstring("O.S. unable to define the error");
36#endif
37 } 33 }
38} 34}
39 35