mirror of https://github.com/rusefi/lua.git
Avoid inclusion loop in 'ltm.h'
This commit is contained in:
parent
f623b96932
commit
05ec55f16b
5
ltm.h
5
ltm.h
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include "lobject.h"
|
#include "lobject.h"
|
||||||
#include "lstate.h"
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -96,8 +95,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
|
||||||
int inv, int isfloat, TMS event);
|
int inv, int isfloat, TMS event);
|
||||||
|
|
||||||
LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
|
LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
|
||||||
CallInfo *ci, const Proto *p);
|
struct CallInfo *ci, const Proto *p);
|
||||||
LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
|
LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
|
||||||
StkId where, int wanted);
|
StkId where, int wanted);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue