Explorar o código

Auxiliary functions from Debug Interface module

Roberto Ierusalimschy %!s(int64=25) %!d(string=hai) anos
pai
achega
27163f032e
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      ldebug.h

+ 19 - 0
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