better error messages
This commit is contained in:
8
ldebug.h
8
ldebug.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: $
|
||||
** $Id: ldebug.h,v 1.1 2000/01/14 17:15:44 roberto Exp roberto $
|
||||
** Auxiliary functions from Debug Interface module
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -8,12 +8,12 @@
|
||||
#define ldebug_h
|
||||
|
||||
|
||||
#include "lobject.h"
|
||||
#include "lstate.h"
|
||||
#include "luadebug.h"
|
||||
|
||||
|
||||
void luaG_callerror (lua_State *L, TObject *func);
|
||||
void luaG_indexerror (lua_State *L, TObject *t);
|
||||
void luaG_callerror (lua_State *L, StkId func);
|
||||
void luaG_indexerror (lua_State *L, StkId t);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user