diff options
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -469,6 +469,7 @@ struct lua_Debug { | |||
| 469 | const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ | 469 | const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ |
| 470 | const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ | 470 | const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ |
| 471 | const char *source; /* (S) */ | 471 | const char *source; /* (S) */ |
| 472 | size_t srclen; /* (S) */ | ||
| 472 | int currentline; /* (l) */ | 473 | int currentline; /* (l) */ |
| 473 | int linedefined; /* (S) */ | 474 | int linedefined; /* (S) */ |
| 474 | int lastlinedefined; /* (S) */ | 475 | int lastlinedefined; /* (S) */ |
