diff options
Diffstat (limited to 'ltm.h')
| -rw-r--r-- | ltm.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ typedef enum { | |||
| 49 | ** Mask with 1 in all fast-access methods. A 1 in any of these bits | 49 | ** Mask with 1 in all fast-access methods. A 1 in any of these bits |
| 50 | ** in the flag of a (meta)table means the metatable does not have the | 50 | ** in the flag of a (meta)table means the metatable does not have the |
| 51 | ** corresponding metamethod field. (Bit 6 of the flag indicates that | 51 | ** corresponding metamethod field. (Bit 6 of the flag indicates that |
| 52 | ** the table is using the dummy node; bit 7 is used for 'isrealasize'.) | 52 | ** the table is using the dummy node.) |
| 53 | */ | 53 | */ |
| 54 | #define maskflags cast_byte(~(~0u << (TM_EQ + 1))) | 54 | #define maskflags cast_byte(~(~0u << (TM_EQ + 1))) |
| 55 | 55 | ||
