From 32bf6c9b277d04a35591ca6420cf1518ebc1a7f3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Apr 2013 12:59:42 -0300 Subject: functions 'traceexec', 'callTM', and 'call_binTM' moved to other files to make 'lvm.c' a little smaller --- ldebug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ldebug.h') diff --git a/ldebug.h b/ldebug.h index 7af551e2..946b37b3 100644 --- a/ldebug.h +++ b/ldebug.h @@ -1,5 +1,5 @@ /* -** $Id: ldebug.h,v 2.6 2011/06/02 19:31:40 roberto Exp roberto $ +** $Id: ldebug.h,v 2.7 2011/10/07 20:45:19 roberto Exp roberto $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ @@ -30,5 +30,7 @@ LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2); LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); LUAI_FUNC l_noret luaG_errormsg (lua_State *L); +LUAI_FUNC void luaG_traceexec (lua_State *L); + #endif -- cgit v1.2.3-55-g6feb