mirror of
https://github.com/lua/lua
synced 2024-11-22 12:51:30 +03:00
Auxiliary functions from Debug Interface module
This commit is contained in:
parent
eab57ed6fd
commit
27163f032e
19
ldebug.h
Normal file
19
ldebug.h
Normal file
@ -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
Block a user