diff options
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -66,12 +66,6 @@ void luaE_setdebt (global_State *g, l_obj debt) { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | 68 | ||
69 | LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { | ||
70 | UNUSED(L); UNUSED(limit); | ||
71 | return LUAI_MAXCCALLS; /* warning?? */ | ||
72 | } | ||
73 | |||
74 | |||
75 | CallInfo *luaE_extendCI (lua_State *L) { | 69 | CallInfo *luaE_extendCI (lua_State *L) { |
76 | CallInfo *ci; | 70 | CallInfo *ci; |
77 | lua_assert(L->ci->next == NULL); | 71 | lua_assert(L->ci->next == NULL); |