Details
New year (2024->2025), typos in comments
This commit is contained in:
4
ldo.c
4
ldo.c
@@ -236,7 +236,7 @@ static void correctstack (lua_State *L, StkId oldstack) {
|
||||
|
||||
#else
|
||||
/*
|
||||
** Alternatively, we can use the old address after the dealocation.
|
||||
** Alternatively, we can use the old address after the deallocation.
|
||||
** That is not strict ISO C, but seems to work fine everywhere.
|
||||
*/
|
||||
|
||||
@@ -485,7 +485,7 @@ static unsigned tryfuncTM (lua_State *L, StkId func, unsigned status) {
|
||||
}
|
||||
|
||||
|
||||
/* Generic case for 'moveresult */
|
||||
/* Generic case for 'moveresult' */
|
||||
l_sinline void genmoveresults (lua_State *L, StkId res, int nres,
|
||||
int wanted) {
|
||||
StkId firstresult = L->top.p - nres; /* index of first result */
|
||||
|
||||
Reference in New Issue
Block a user