Skip to content

Commit 05ec55f

Browse files
committed
Avoid inclusion loop in 'ltm.h'
1 parent f623b96 commit 05ec55f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ltm.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
#include "lobject.h"
12-
#include "lstate.h"
1312

1413

1514
/*
@@ -96,8 +95,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
9695
int inv, int isfloat, TMS event);
9796

9897
LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
99-
CallInfo *ci, const Proto *p);
100-
LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
98+
struct CallInfo *ci, const Proto *p);
99+
LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
101100
StkId where, int wanted);
102101

103102

0 commit comments

Comments
 (0)