diff options
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ void luaE_setdebt (global_State *g, l_mem debt) { | |||
96 | } | 96 | } |
97 | 97 | ||
98 | 98 | ||
99 | LUA_API int lua_setCstacklimit (lua_State *L, unsigned int limit) { | 99 | LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { |
100 | global_State *g = G(L); | 100 | global_State *g = G(L); |
101 | int ccalls; | 101 | int ccalls; |
102 | luaE_freeCI(L); /* release unused CIs */ | 102 | luaE_freeCI(L); /* release unused CIs */ |