Merge branch 'master' into nextversion

This commit is contained in:
Roberto Ierusalimschy
2022-12-14 16:22:43 -03:00
3 changed files with 21 additions and 11 deletions

5
ltm.h
View File

@@ -9,6 +9,7 @@
#include "lobject.h"
#include "lstate.h"
/*
@@ -95,8 +96,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
int inv, int isfloat, TMS event);
LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
struct CallInfo *ci, const Proto *p);
LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
CallInfo *ci, const Proto *p);
LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
StkId where, int wanted);