Clarify intention of LU_TAG_COUNT

This commit is contained in:
Petri Häkkinen 2023-11-07 13:06:25 +02:00
parent bcffa3fe5a
commit 6c5785b35e

View file

@ -84,7 +84,7 @@ typedef struct lua_TValue
// Internal tags used by the VM // Internal tags used by the VM
#define LU_TAG_ITERATOR LUA_UTAG_LIMIT #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 ** for internal debug only