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 2.118 2017/04/11 18:41:09 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.119 2017/04/24 18:06:12 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 | */ |
| @@ -410,6 +410,7 @@ typedef struct Proto { | |||
| 410 | lu_byte numparams; /* number of fixed parameters */ | 410 | lu_byte numparams; /* number of fixed parameters */ |
| 411 | lu_byte is_vararg; | 411 | lu_byte is_vararg; |
| 412 | lu_byte maxstacksize; /* number of registers needed by this function */ | 412 | lu_byte maxstacksize; /* number of registers needed by this function */ |
| 413 | lu_byte cachemiss; /* count for successive misses for 'cache' field */ | ||
| 413 | int sizeupvalues; /* size of 'upvalues' */ | 414 | int sizeupvalues; /* size of 'upvalues' */ |
| 414 | int sizek; /* size of 'k' */ | 415 | int sizek; /* size of 'k' */ |
| 415 | int sizecode; | 416 | int sizecode; |
