mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
b96b0b5abb
The macro 'luaL_pushfail' documents all places in the standard libraries that return nil to signal some kind of failure. It is defined as 'lua_pushnil'. The manual also got a notation (@fail) to document those returns. The tests were changed to be agnostic regarding whether 'fail' is 'nil' or 'false'.