aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua.h b/lua.h
index ec31c781..d3575fd9 100644
--- a/lua.h
+++ b/lua.h
@@ -462,6 +462,7 @@ LUA_API lua_Hook (lua_gethook) (lua_State *L);
462LUA_API int (lua_gethookmask) (lua_State *L); 462LUA_API int (lua_gethookmask) (lua_State *L);
463LUA_API int (lua_gethookcount) (lua_State *L); 463LUA_API int (lua_gethookcount) (lua_State *L);
464 464
465LUA_API int (lua_setCstacklimit) (lua_State *L, unsigned int limit);
465 466
466struct lua_Debug { 467struct lua_Debug {
467 int event; 468 int event;