diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.h,v 2.6 2011/06/02 19:31:40 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 2.7 2011/10/07 20:45:19 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 | */ |
@@ -30,5 +30,7 @@ LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, | |||
30 | const TValue *p2); | 30 | const TValue *p2); |
31 | LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); | 31 | LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); |
32 | LUAI_FUNC l_noret luaG_errormsg (lua_State *L); | 32 | LUAI_FUNC l_noret luaG_errormsg (lua_State *L); |
33 | LUAI_FUNC void luaG_traceexec (lua_State *L); | ||
34 | |||
33 | 35 | ||
34 | #endif | 36 | #endif |