diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-13 10:04:33 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-13 10:04:33 -0300 |
| commit | 5c8770f8969a73cf4ca503f54c2217f76de62e04 (patch) | |
| tree | d5dac87490011d117277d94c81f6f2fd47b1b094 /ltm.h | |
| parent | 7647d5d13d016f114dac4be0b9da62d502eab400 (diff) | |
| download | lua-5c8770f8969a73cf4ca503f54c2217f76de62e04.tar.gz lua-5c8770f8969a73cf4ca503f54c2217f76de62e04.tar.bz2 lua-5c8770f8969a73cf4ca503f54c2217f76de62e04.zip | |
back to old-style vararg system (with vararg table collecting extra
arguments)
Diffstat (limited to 'ltm.h')
| -rw-r--r-- | ltm.h | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltm.h,v 2.22 2016/02/26 19:20:15 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.23 2017/05/08 15:57:23 roberto Exp roberto $ |
| 3 | ** Tag methods | 3 | ** Tag methods |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -69,6 +69,9 @@ LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, | |||
| 69 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, | 69 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, |
| 70 | const TValue *p2, TMS event); | 70 | const TValue *p2, TMS event); |
| 71 | 71 | ||
| 72 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, Proto *p, int actual); | ||
| 73 | LUAI_FUNC void luaT_getvarargs (lua_State *L, StkId t, StkId where, | ||
| 74 | int wanted); | ||
| 72 | 75 | ||
| 73 | 76 | ||
| 74 | #endif | 77 | #endif |
