aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-11-03 15:39:14 -0300
commitfa075b79530af1cbc977349f2e467d69ce01202c (patch)
tree300e10cd086a9812331b954d46552dbf420b0a8a /ltm.h
parent08a077d673b25cf1fbfe21794f240f4ff4999667 (diff)
parent7923dbbf72da303ca1cca17efd24725668992f15 (diff)
downloadlua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.gz
lua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.bz2
lua-fa075b79530af1cbc977349f2e467d69ce01202c.zip
Merge branch 'master' into newarray
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ltm.h b/ltm.h
index c309e2ae..73b833c6 100644
--- a/ltm.h
+++ b/ltm.h
@@ -9,7 +9,6 @@
9 9
10 10
11#include "lobject.h" 11#include "lobject.h"
12#include "lstate.h"
13 12
14 13
15/* 14/*
@@ -96,8 +95,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
96 int inv, int isfloat, TMS event); 95 int inv, int isfloat, TMS event);
97 96
98LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, 97LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
99 CallInfo *ci, const Proto *p); 98 struct CallInfo *ci, const Proto *p);
100LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci, 99LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
101 StkId where, int wanted); 100 StkId where, int wanted);
102 101
103 102