aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ldo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldo.c b/ldo.c
index 009bf47a..fb9df5d3 100644
--- a/ldo.c
+++ b/ldo.c
@@ -236,7 +236,7 @@ static void correctstack (lua_State *L, StkId oldstack) {
236 236
237#else 237#else
238/* 238/*
239** Alternatively, we can use the old address after the dealocation. 239** Alternatively, we can use the old address after the deallocation.
240** That is not strict ISO C, but seems to work fine everywhere. 240** That is not strict ISO C, but seems to work fine everywhere.
241*/ 241*/
242 242
@@ -485,7 +485,7 @@ static unsigned tryfuncTM (lua_State *L, StkId func, unsigned status) {
485} 485}
486 486
487 487
488/* Generic case for 'moveresult */ 488/* Generic case for 'moveresult' */
489l_sinline void genmoveresults (lua_State *L, StkId res, int nres, 489l_sinline void genmoveresults (lua_State *L, StkId res, int nres,
490 int wanted) { 490 int wanted) {
491 StkId firstresult = L->top.p - nres; /* index of first result */ 491 StkId firstresult = L->top.p - nres; /* index of first result */