aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index b8e0c571..face93fa 100644
--- a/lua.h
+++ b/lua.h
@@ -489,7 +489,6 @@ LUA_API lua_Hook (lua_gethook) (lua_State *L);
489LUA_API int (lua_gethookmask) (lua_State *L); 489LUA_API int (lua_gethookmask) (lua_State *L);
490LUA_API int (lua_gethookcount) (lua_State *L); 490LUA_API int (lua_gethookcount) (lua_State *L);
491 491
492LUA_API int (lua_setcstacklimit) (lua_State *L, unsigned int limit);
493 492
494struct lua_Debug { 493struct lua_Debug {
495 int event; 494 int event;