diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.204 2005/03/23 17:51:11 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.205 2005/03/28 17:17:53 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil | 4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil |
5 | ** http://www.lua.org mailto:info@lua.org | 5 | ** http://www.lua.org mailto:info@lua.org |
@@ -345,6 +345,7 @@ struct lua_Debug { | |||
345 | int currentline; /* (l) */ | 345 | int currentline; /* (l) */ |
346 | int nups; /* (u) number of upvalues */ | 346 | int nups; /* (u) number of upvalues */ |
347 | int linedefined; /* (S) */ | 347 | int linedefined; /* (S) */ |
348 | int lastlinedefined; /* (S) */ | ||
348 | char short_src[LUA_IDSIZE]; /* (S) */ | 349 | char short_src[LUA_IDSIZE]; /* (S) */ |
349 | /* private part */ | 350 | /* private part */ |
350 | int i_ci; /* active function */ | 351 | int i_ci; /* active function */ |