diff options
Diffstat (limited to 'luadebug.h')
-rw-r--r-- | luadebug.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luadebug.h,v 1.29 2002/07/08 18:21:33 roberto Exp roberto $ | 2 | ** $Id: luadebug.h,v 1.30 2002/07/08 20:22:08 roberto Exp $ |
3 | ** Debugging API | 3 | ** Debugging API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -46,7 +46,6 @@ struct lua_Debug { | |||
46 | const char *what; /* (S) `Lua' function, `C' function, Lua `main' */ | 46 | const char *what; /* (S) `Lua' function, `C' function, Lua `main' */ |
47 | const char *source; /* (S) */ | 47 | const char *source; /* (S) */ |
48 | int currentline; /* (l) */ | 48 | int currentline; /* (l) */ |
49 | int isprotected; /* (c) function was called in protected mode */ | ||
50 | int nups; /* (u) number of upvalues */ | 49 | int nups; /* (u) number of upvalues */ |
51 | int linedefined; /* (S) */ | 50 | int linedefined; /* (S) */ |
52 | char short_src[LUA_IDSIZE]; /* (S) */ | 51 | char short_src[LUA_IDSIZE]; /* (S) */ |