From 4e23699aa647fd9dc04933bf5582217ca594c8ce Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 5 Aug 2002 14:36:24 -0300 Subject: new implementation for error handling --- luadebug.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'luadebug.h') diff --git a/luadebug.h b/luadebug.h index 0f277727..4a37c640 100644 --- a/luadebug.h +++ b/luadebug.h @@ -1,5 +1,5 @@ /* -** $Id: luadebug.h,v 1.29 2002/07/08 18:21:33 roberto Exp roberto $ +** $Id: luadebug.h,v 1.30 2002/07/08 20:22:08 roberto Exp $ ** Debugging API ** See Copyright Notice in lua.h */ @@ -46,7 +46,6 @@ struct lua_Debug { const char *what; /* (S) `Lua' function, `C' function, Lua `main' */ const char *source; /* (S) */ int currentline; /* (l) */ - int isprotected; /* (c) function was called in protected mode */ int nups; /* (u) number of upvalues */ int linedefined; /* (S) */ char short_src[LUA_IDSIZE]; /* (S) */ -- cgit v1.2.3-55-g6feb