mirror of https://github.com/lua/lua.git
Roberto Ierusalimschy
25 years ago
1 changed files with 19 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue