diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-06 12:32:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-06 12:32:22 -0300 |
commit | a2fa48a570b01b2a2cd37f01799f08f693fc5892 (patch) | |
tree | b41fc7e88f7f941ae1589921f8d7c0ff57146f4d /ldebug.h | |
parent | 8b2b8790b5c419282f4fa0c7faa168379647b3b9 (diff) | |
download | lua-a2fa48a570b01b2a2cd37f01799f08f693fc5892.tar.gz lua-a2fa48a570b01b2a2cd37f01799f08f693fc5892.tar.bz2 lua-a2fa48a570b01b2a2cd37f01799f08f693fc5892.zip |
new (old?) error handling scheme
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.h,v 1.25 2002/07/08 20:22:08 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 1.26 2002/08/05 14:51:21 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 | */ |
@@ -23,7 +23,6 @@ | |||
23 | #define allowhook(L) ((L->hookmask) & 1) | 23 | #define allowhook(L) ((L->hookmask) & 1) |
24 | 24 | ||
25 | 25 | ||
26 | void luaG_saveallpcs (lua_State *L); | ||
27 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); | 26 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); |
28 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); | 27 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); |
29 | void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); | 28 | void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); |