diff options
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.31 2002/08/20 20:03:05 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 1.32 2002/11/18 11:01:55 roberto Exp $ |
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 | */ |
@@ -18,7 +18,6 @@ | |||
18 | #define resethookcount(L) (L->hookcount = L->basehookcount) | 18 | #define resethookcount(L) (L->hookcount = L->basehookcount) |
19 | 19 | ||
20 | 20 | ||
21 | void luaG_inithooks (lua_State *L); | ||
22 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); | 21 | void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); |
23 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); | 22 | void luaG_concaterror (lua_State *L, StkId p1, StkId p2); |
24 | void luaG_aritherror (lua_State *L, const TObject *p1, const TObject *p2); | 23 | void luaG_aritherror (lua_State *L, const TObject *p1, const TObject *p2); |