aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2025-12-30 10:50:49 -0300
committerRoberto I <roberto@inf.puc-rio.br>2025-12-30 10:50:49 -0300
commitc4e2c91973fed04e7da940c00c92f10f9eb0f9ec (patch)
tree63aead2845a1baea625989447a23f750120e56eb /ltm.h
parent632a71b24d8661228a726deb5e1698e9638f96d8 (diff)
downloadlua-c4e2c91973fed04e7da940c00c92f10f9eb0f9ec.tar.gz
lua-c4e2c91973fed04e7da940c00c92f10f9eb0f9ec.tar.bz2
lua-c4e2c91973fed04e7da940c00c92f10f9eb0f9ec.zip
Details
Some comments still talked about bit 'isrealasize', which has been removed.
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltm.h b/ltm.h
index 07fc8c1c..afc7ad00 100644
--- a/ltm.h
+++ b/ltm.h
@@ -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