diff options
-rw-r--r-- | lobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.130 2017/11/07 13:25:26 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.131 2017/11/23 19:29:04 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 | */ |
@@ -446,7 +446,7 @@ typedef struct AbsLineInfo { | |||
446 | */ | 446 | */ |
447 | typedef struct Proto { | 447 | typedef struct Proto { |
448 | CommonHeader; | 448 | CommonHeader; |
449 | lu_byte numparams; /* number of fixed parameters */ | 449 | lu_byte numparams; /* number of fixed (named) parameters */ |
450 | lu_byte is_vararg; | 450 | lu_byte is_vararg; |
451 | lu_byte maxstacksize; /* number of registers needed by this function */ | 451 | lu_byte maxstacksize; /* number of registers needed by this function */ |
452 | lu_byte cachemiss; /* count for successive misses for 'cache' field */ | 452 | lu_byte cachemiss; /* count for successive misses for 'cache' field */ |