diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-08-25 16:51:54 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-08-25 16:51:54 -0300 |
| commit | 9fcc48517659c72de43bece515fdd5cea88c07f8 (patch) | |
| tree | ad065ea1c7e2c0f6781e366e9a2e95b4cadb1780 /ldo.h | |
| parent | 64066359dda2a0920d307e901185faf78cc32b97 (diff) | |
| download | lua-9fcc48517659c72de43bece515fdd5cea88c07f8.tar.gz lua-9fcc48517659c72de43bece515fdd5cea88c07f8.tar.bz2 lua-9fcc48517659c72de43bece515fdd5cea88c07f8.zip | |
zio does not keep "source" name (nobody uses it)
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.55 2002/11/21 17:41:25 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 1.56 2002/12/04 17:29:32 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 | */ |
| @@ -42,7 +42,7 @@ | |||
| 42 | typedef void (*Pfunc) (lua_State *L, void *ud); | 42 | typedef void (*Pfunc) (lua_State *L, void *ud); |
| 43 | 43 | ||
| 44 | void luaD_resetprotection (lua_State *L); | 44 | void luaD_resetprotection (lua_State *L); |
| 45 | int luaD_protectedparser (lua_State *L, ZIO *z, int bin); | 45 | int luaD_protectedparser (lua_State *L, ZIO *z, int bin, const char *name); |
| 46 | void luaD_callhook (lua_State *L, int event, int line); | 46 | void luaD_callhook (lua_State *L, int event, int line); |
| 47 | StkId luaD_precall (lua_State *L, StkId func); | 47 | StkId luaD_precall (lua_State *L, StkId func); |
| 48 | void luaD_call (lua_State *L, StkId func, int nResults); | 48 | void luaD_call (lua_State *L, StkId func, int nResults); |
