diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-24 12:07:21 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-24 12:07:21 -0300 |
commit | 922f36a05b249739814c54142036dc81f23bc7a0 (patch) | |
tree | 844627bfc57ac7e6ed219ef7ce9d1a9025dea719 /ldebug.h | |
parent | ad41fc11eb2be960ee700c913c7a5c341d541af5 (diff) | |
download | lua-922f36a05b249739814c54142036dc81f23bc7a0.tar.gz lua-922f36a05b249739814c54142036dc81f23bc7a0.tar.bz2 lua-922f36a05b249739814c54142036dc81f23bc7a0.zip |
details
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.h,v 1.21 2002/05/15 18:57:44 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 1.22 2002/06/18 15:19:27 roberto Exp roberto $ |
3 | ** Auxiliary functions from Debug Interface module | 3 | ** Auxiliary functions from Debug Interface module |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -19,7 +19,7 @@ | |||
19 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); | 19 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); |
20 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); | 20 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); |
21 | void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); | 21 | void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); |
22 | void luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2); | 22 | int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2); |
23 | void luaG_runerror (lua_State *L, const char *fmt, ...); | 23 | void luaG_runerror (lua_State *L, const char *fmt, ...); |
24 | void luaG_errormsg (lua_State *L, int internal); | 24 | void luaG_errormsg (lua_State *L, int internal); |
25 | int luaG_checkcode (const Proto *pt); | 25 | int luaG_checkcode (const Proto *pt); |