From 27163f032eed6b851b98a0ab67b1387d701e61c0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 14 Jan 2000 15:15:44 -0200 Subject: Auxiliary functions from Debug Interface module --- ldebug.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ldebug.h diff --git a/ldebug.h b/ldebug.h new file mode 100644 index 00000000..6a9ef086 --- /dev/null +++ b/ldebug.h @@ -0,0 +1,19 @@ +/* +** $Id: $ +** Auxiliary functions from Debug Interface module +** See Copyright Notice in lua.h +*/ + +#ifndef ldebug_h +#define ldebug_h + + +#include "lobject.h" +#include "luadebug.h" + + +void luaG_callerror (lua_State *L, TObject *func); +void luaG_indexerror (lua_State *L, TObject *t); + + +#endif -- cgit v1.2.3-55-g6feb