Improvements in the manual

Plus details
This commit is contained in:
Roberto Ierusalimschy
2025-01-10 15:11:54 -03:00
parent 7ca3c40b50
commit 915c29f8bd
4 changed files with 23 additions and 18 deletions

2
ldo.c
View File

@@ -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 */
}