mirror of
https://github.com/lua/lua.git
synced 2026-08-09 06:39:36 +00:00
New auxiliary functions/macros 'luaL_argexpected'/'luaL_typeerror' ease the creation of error messages such as bad argument #2 to 'setmetatable' (nil or table expected, got boolean) (The novelty being the "got boolean" part...)