diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-25 16:58:51 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-25 16:58:51 -0200 |
| commit | d29ce757376dd309f097e8ff30dd2a9b14567575 (patch) | |
| tree | dc762b6fa87831898b4340882e6b374a585203de /ldo.h | |
| parent | 878ef96127e5c4649b07af74029ac14511bdb50a (diff) | |
| download | lua-d29ce757376dd309f097e8ff30dd2a9b14567575.tar.gz lua-d29ce757376dd309f097e8ff30dd2a9b14567575.tar.bz2 lua-d29ce757376dd309f097e8ff30dd2a9b14567575.zip | |
new signature for function luaD_call (old luaD_calln)
Diffstat (limited to 'ldo.h')
| -rw-r--r-- | ldo.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldo.h,v 1.9 1999/10/14 19:46:57 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 1.10 1999/11/22 13:12:07 roberto Exp roberto $ |
| 3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -35,7 +35,7 @@ void luaD_adjusttop (lua_State *L, StkId newtop); | |||
| 35 | void luaD_openstack (lua_State *L, int nelems); | 35 | void luaD_openstack (lua_State *L, int nelems); |
| 36 | void luaD_lineHook (lua_State *L, int line); | 36 | void luaD_lineHook (lua_State *L, int line); |
| 37 | void luaD_callHook (lua_State *L, StkId base, const TProtoFunc *tf, int isreturn); | 37 | void luaD_callHook (lua_State *L, StkId base, const TProtoFunc *tf, int isreturn); |
| 38 | void luaD_calln (lua_State *L, int nArgs, int nResults); | 38 | void luaD_call (lua_State *L, TObject *func, int nResults); |
| 39 | void luaD_callTM (lua_State *L, const TObject *f, int nParams, int nResults); | 39 | void luaD_callTM (lua_State *L, const TObject *f, int nParams, int nResults); |
| 40 | int luaD_protectedrun (lua_State *L); | 40 | int luaD_protectedrun (lua_State *L); |
| 41 | void luaD_gcIM (lua_State *L, const TObject *o); | 41 | void luaD_gcIM (lua_State *L, const TObject *o); |
