Skip to content

Commit 187bda5

Browse files
committed
feat: Add new macro LUA_NUMTAGS since lua 5.2
1 parent 005e38a commit 187bda5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

emmy_debugger/include/emmy_debugger/api/lua_api_loader.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ typedef ptrdiff_t lua_KContext;
6262
#define LUA_TUSERDATA 7
6363
#define LUA_TTHREAD 8
6464

65+
#define LUA_NUMTAGS 9
66+
67+
6568
/*
6669
** Type for C functions registered with Lua
6770
*/

0 commit comments

Comments
 (0)