new structure for line information
This commit is contained in:
3
ldebug.h
3
ldebug.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: ldebug.h,v 1.1 2000/01/14 17:15:44 roberto Exp roberto $
|
||||
** $Id: ldebug.h,v 1.2 2000/06/28 20:20:36 roberto Exp roberto $
|
||||
** Auxiliary functions from Debug Interface module
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
void luaG_callerror (lua_State *L, StkId func);
|
||||
void luaG_indexerror (lua_State *L, StkId t);
|
||||
int luaG_getline (int *lineinfo, int pc, int refline, int *refi);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user