mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
rename default to def
This commit is contained in:
parent
eaea78262a
commit
0192eff182
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ LUALIB_API double luaL_checknumber(lua_State* L, int numArg);
|
|||
LUALIB_API double luaL_optnumber(lua_State* L, int nArg, double def);
|
||||
|
||||
LUALIB_API bool luaL_checkboolean(lua_State* L, int narg);
|
||||
LUALIB_API bool luaL_optboolean(lua_State* L, int narg, bool default);
|
||||
LUALIB_API bool luaL_optboolean(lua_State* L, int narg, bool def);
|
||||
|
||||
LUALIB_API int luaL_checkinteger(lua_State* L, int numArg);
|
||||
LUALIB_API int luaL_optinteger(lua_State* L, int nArg, int def);
|
||||
|
|
Loading…
Add table
Reference in a new issue