From 6c5785b35e36514c50e4ce36533fffdb11b6038d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petri=20H=C3=A4kkinen?= Date: Tue, 7 Nov 2023 13:06:25 +0200 Subject: [PATCH] Clarify intention of LU_TAG_COUNT --- VM/src/lobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VM/src/lobject.h b/VM/src/lobject.h index a062cec3..0d81e68c 100644 --- a/VM/src/lobject.h +++ b/VM/src/lobject.h @@ -84,7 +84,7 @@ typedef struct lua_TValue // Internal tags used by the VM #define LU_TAG_ITERATOR LUA_UTAG_LIMIT -#define LU_TAG_COUNT (LUA_UTAG_LIMIT+1) +#define LU_TAG_COUNT (LU_TAG_ITERATOR+1) /* ** for internal debug only