Skip to content

Commit

Permalink
05ec55f16b389a4377adab84efe374437da8dbd2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan authored and well-in-that-case committed Jul 17, 2023
1 parent ed97dc5 commit 596fc12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ltm.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

#include "lobject.h"
#include "lstate.h"


/*
Expand Down Expand Up @@ -104,6 +103,6 @@ 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,
CallInfo *ci, const Proto *p);
LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
struct CallInfo *ci, const Proto *p);
LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
StkId where, int wanted);

0 comments on commit 596fc12

Please sign in to comment.