diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-02-07 14:20:43 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-02-07 14:20:43 -0300 |
commit | 7360f8d0fd91344deb583ff76b8250a1883dcd4c (patch) | |
tree | e5fb364c646cbc61b1571063d375582356b43c6a /lua.h | |
parent | 6063c47031afa2d62e6038fcf8f3c805785c7df3 (diff) | |
download | lua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.tar.gz lua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.tar.bz2 lua-7360f8d0fd91344deb583ff76b8250a1883dcd4c.zip |
Removed deprecated function 'setcstacklimit'
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -489,7 +489,6 @@ LUA_API lua_Hook (lua_gethook) (lua_State *L); | |||
489 | LUA_API int (lua_gethookmask) (lua_State *L); | 489 | LUA_API int (lua_gethookmask) (lua_State *L); |
490 | LUA_API int (lua_gethookcount) (lua_State *L); | 490 | LUA_API int (lua_gethookcount) (lua_State *L); |
491 | 491 | ||
492 | LUA_API int (lua_setcstacklimit) (lua_State *L, unsigned int limit); | ||
493 | 492 | ||
494 | struct lua_Debug { | 493 | struct lua_Debug { |
495 | int event; | 494 | int event; |