aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ldo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldo.c b/ldo.c
index f825d959..009bf47a 100644
--- a/ldo.c
+++ b/ldo.c
@@ -367,7 +367,7 @@ void luaD_shrinkstack (lua_State *L) {
367 luaD_reallocstack(L, nsize, 0); /* ok if that fails */ 367 luaD_reallocstack(L, nsize, 0); /* ok if that fails */
368 } 368 }
369 else /* don't change stack */ 369 else /* don't change stack */
370 condmovestack(L,{},{}); /* (change only for debugging) */ 370 condmovestack(L,(void)0,(void)0); /* (change only for debugging) */
371 luaE_shrinkCI(L); /* shrink CI list */ 371 luaE_shrinkCI(L); /* shrink CI list */
372} 372}
373 373