From 207dad86065acf4b6168bea1f13e88b7306a7440 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 14 Mar 2002 13:50:06 -0300 Subject: comments --- luadebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luadebug.h') diff --git a/luadebug.h b/luadebug.h index 4ffc4706..21a27a54 100644 --- a/luadebug.h +++ b/luadebug.h @@ -1,5 +1,5 @@ /* -** $Id: luadebug.h,v 1.24 2002/02/08 22:42:41 roberto Exp roberto $ +** $Id: luadebug.h,v 1.25 2002/03/11 12:45:00 roberto Exp roberto $ ** Debugging API ** See Copyright Notice in lua.h */ @@ -28,7 +28,7 @@ LUA_API lua_Hook lua_setlinehook (lua_State *L, lua_Hook func); #define LUA_IDSIZE 60 struct lua_Debug { - const char *event; /* `call', `return' */ + const char *event; /* `call', `return', `line' */ const char *name; /* (n) */ const char *namewhat; /* (n) `global', `tag method', `local', `field' */ const char *what; /* (S) `Lua' function, `C' function, Lua `main' */ -- cgit v1.2.3-55-g6feb