mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Clarify intention of LU_TAG_COUNT
This commit is contained in:
parent
bcffa3fe5a
commit
6c5785b35e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue