diff options
Diffstat (limited to 'ldo.c')
| -rw-r--r-- | ldo.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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' */ |
| 489 | l_sinline void genmoveresults (lua_State *L, StkId res, int nres, | 489 | l_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 */ |
