From f90bc248b3c3c18941a96038b2a7517ad571d8b1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 8 Aug 2000 15:26:05 -0300 Subject: new structure for line information --- ldebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ldebug.h') diff --git a/ldebug.h b/ldebug.h index d52a00a4..15be1eb4 100644 --- a/ldebug.h +++ b/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 -- cgit v1.2.3-55-g6feb