small details.

This commit is contained in:
Roberto Ierusalimschy
1997-07-02 15:50:18 -03:00
parent 1a17211707
commit 8f3df1d471
2 changed files with 6 additions and 5 deletions

View File

@@ -29,11 +29,7 @@ static void pushresult (int i)
lua_pushuserdata(NULL);
else {
lua_pushnil();
#ifndef OLD_ANSI
lua_pushstring(strerror(errno));
#else
lua_pushstring("O.S. unable to define the error");
#endif
}
}