diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-07-12 13:14:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-07-12 13:14:34 -0300 |
commit | ee912e5a7f090314915be7b354be5bfa1002ed79 (patch) | |
tree | f7492fd78812f605d6d8a863319cdf982aeae1de /ldo.h | |
parent | ad446a0eb06f570f826fd313f5ed225b04e3719a (diff) | |
download | lua-ee912e5a7f090314915be7b354be5bfa1002ed79.tar.gz lua-ee912e5a7f090314915be7b354be5bfa1002ed79.tar.bz2 lua-ee912e5a7f090314915be7b354be5bfa1002ed79.zip |
auxiliar function "luaD_calln".
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.h,v 1.3 1997/11/19 17:29:23 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 1.4 1997/12/15 16:17:20 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 | */ |
@@ -36,6 +36,7 @@ void luaD_openstack (int nelems); | |||
36 | void luaD_lineHook (int line); | 36 | void luaD_lineHook (int line); |
37 | void luaD_callHook (StkId base, TProtoFunc *tf, int isreturn); | 37 | void luaD_callHook (StkId base, TProtoFunc *tf, int isreturn); |
38 | void luaD_call (StkId base, int nResults); | 38 | void luaD_call (StkId base, int nResults); |
39 | void luaD_calln (int nArgs, int nResults); | ||
39 | void luaD_callTM (TObject *f, int nParams, int nResults); | 40 | void luaD_callTM (TObject *f, int nParams, int nResults); |
40 | int luaD_protectedrun (int nResults); | 41 | int luaD_protectedrun (int nResults); |
41 | void luaD_gcIM (TObject *o); | 42 | void luaD_gcIM (TObject *o); |