aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-02-07 14:20:43 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-02-07 14:20:43 -0300
commit7360f8d0fd91344deb583ff76b8250a1883dcd4c (patch)
treee5fb364c646cbc61b1571063d375582356b43c6a /lua.h
parent6063c47031afa2d62e6038fcf8f3c805785c7df3 (diff)
downloadlua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.tar.gz
lua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.tar.bz2
lua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.zip
Removed deprecated function 'setcstacklimit'
Diffstat (limited to 'lua.h')
-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;