diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 1.146 2002/09/19 13:03:53 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.147 2002/10/08 18:46:08 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -186,6 +186,7 @@ typedef struct Proto { | |||
186 | TString *source; | 186 | TString *source; |
187 | int sizek; /* size of `k' */ | 187 | int sizek; /* size of `k' */ |
188 | int sizecode; | 188 | int sizecode; |
189 | int sizelineinfo; | ||
189 | int sizep; /* size of `p' */ | 190 | int sizep; /* size of `p' */ |
190 | int sizelocvars; | 191 | int sizelocvars; |
191 | int lineDefined; | 192 | int lineDefined; |