new structure for line information

This commit is contained in:
Roberto Ierusalimschy
2000-08-08 15:26:05 -03:00
parent d9e61e8cea
commit f90bc248b3
9 changed files with 84 additions and 29 deletions

View File

@@ -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