From 5a8bb00df443dfdb5708689f32c64e90f2557bf8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 4 Mar 1999 18:23:39 -0300 Subject: storing chunk "sources" instead of "filenames". --- luadebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luadebug.h') diff --git a/luadebug.h b/luadebug.h index d2e3c862..f7727119 100644 --- a/luadebug.h +++ b/luadebug.h @@ -1,5 +1,5 @@ /* -** $Id: luadebug.h,v 1.4 1999/01/15 13:11:22 roberto Exp roberto $ +** $Id: luadebug.h,v 1.5 1999/02/04 17:47:59 roberto Exp roberto $ ** Debugging API ** See Copyright Notice in lua.h */ @@ -17,7 +17,7 @@ typedef void (*lua_LHFunction) (int line); typedef void (*lua_CHFunction) (lua_Function func, char *file, int line); lua_Function lua_stackedfunction (int level); -void lua_funcinfo (lua_Object func, char **filename, int *linedefined); +void lua_funcinfo (lua_Object func, char **source, int *linedefined); int lua_currentline (lua_Function func); char *lua_getobjname (lua_Object o, char **name); -- cgit v1.2.3-55-g6feb