From c4e2c91973fed04e7da940c00c92f10f9eb0f9ec Mon Sep 17 00:00:00 2001 From: Roberto I Date: Tue, 30 Dec 2025 10:50:49 -0300 Subject: Details Some comments still talked about bit 'isrealasize', which has been removed. --- ltm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 07fc8c1c..afc7ad00 100644 --- a/ltm.h +++ b/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))) -- cgit v1.2.3-55-g6feb