diff options
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -462,7 +462,7 @@ LUA_API lua_Hook (lua_gethook) (lua_State *L); | |||
| 462 | LUA_API int (lua_gethookmask) (lua_State *L); | 462 | LUA_API int (lua_gethookmask) (lua_State *L); |
| 463 | LUA_API int (lua_gethookcount) (lua_State *L); | 463 | LUA_API int (lua_gethookcount) (lua_State *L); |
| 464 | 464 | ||
| 465 | LUA_API int (lua_setCstacklimit) (lua_State *L, unsigned int limit); | 465 | LUA_API int (lua_setcstacklimit) (lua_State *L, unsigned int limit); |
| 466 | 466 | ||
| 467 | struct lua_Debug { | 467 | struct lua_Debug { |
| 468 | int event; | 468 | int event; |
