Improvements in the manual
Plus details
This commit is contained in:
2
ldo.c
2
ldo.c
@@ -367,7 +367,7 @@ void luaD_shrinkstack (lua_State *L) {
|
||||
luaD_reallocstack(L, nsize, 0); /* ok if that fails */
|
||||
}
|
||||
else /* don't change stack */
|
||||
condmovestack(L,{},{}); /* (change only for debugging) */
|
||||
condmovestack(L,(void)0,(void)0); /* (change only for debugging) */
|
||||
luaE_shrinkCI(L); /* shrink CI list */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user