mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
Details
Some comments still talked about bit 'isrealasize', which has been removed.
This commit is contained in:
2
ltm.h
2
ltm.h
@@ -49,7 +49,7 @@ typedef enum {
|
||||
** Mask with 1 in all fast-access methods. A 1 in any of these bits
|
||||
** in the flag of a (meta)table means the metatable does not have the
|
||||
** corresponding metamethod field. (Bit 6 of the flag indicates that
|
||||
** the table is using the dummy node; bit 7 is used for 'isrealasize'.)
|
||||
** the table is using the dummy node.)
|
||||
*/
|
||||
#define maskflags cast_byte(~(~0u << (TM_EQ + 1)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user