diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.h,v 2.2 2004/06/02 19:07:55 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 2.3 2005/04/25 19:24:10 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 | */ |
@@ -27,7 +27,5 @@ LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1, | |||
27 | const TValue *p2); | 27 | const TValue *p2); |
28 | LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...); | 28 | LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...); |
29 | LUAI_FUNC void luaG_errormsg (lua_State *L); | 29 | LUAI_FUNC void luaG_errormsg (lua_State *L); |
30 | LUAI_FUNC int luaG_checkcode (const Proto *pt); | ||
31 | LUAI_FUNC int luaG_checkopenop (Instruction i); | ||
32 | 30 | ||
33 | #endif | 31 | #endif |