diff options
Diffstat (limited to 'iolib.c')
| -rw-r--r-- | iolib.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -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 | ||
