diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-07-16 17:49:02 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-07-16 17:49:02 -0300 |
| commit | fa26d294aef136aa4ec48c23b4b87b853df0e3da (patch) | |
| tree | f8ccce58fe28fbc116f082766eecf3a50812c82d /lvm.h | |
| parent | 5a761e3a1519eae7264209db8257b040c77556aa (diff) | |
| download | lua-fa26d294aef136aa4ec48c23b4b87b853df0e3da.tar.gz lua-fa26d294aef136aa4ec48c23b4b87b853df0e3da.tar.bz2 lua-fa26d294aef136aa4ec48c23b4b87b853df0e3da.zip | |
new way to control `pc' of running functions
Diffstat (limited to 'lvm.h')
| -rw-r--r-- | lvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.h,v 1.47 2002/11/14 16:16:21 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 1.48 2003/05/05 18:39:57 roberto Exp $ |
| 3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -28,7 +28,7 @@ const TObject *luaV_tonumber (const TObject *obj, TObject *n); | |||
| 28 | int luaV_tostring (lua_State *L, StkId obj); | 28 | int luaV_tostring (lua_State *L, StkId obj); |
| 29 | void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId val); | 29 | void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId val); |
| 30 | void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val); | 30 | void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val); |
| 31 | StkId luaV_execute (lua_State *L); | 31 | StkId luaV_execute (lua_State *L, int nexeccalls); |
| 32 | void luaV_concat (lua_State *L, int total, int last); | 32 | void luaV_concat (lua_State *L, int total, int last); |
| 33 | 33 | ||
| 34 | #endif | 34 | #endif |
