From 8745a54f88f31cd51dc86c96039ebe0b3e98f5ea Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 24 Oct 2024 10:33:02 +0200 Subject: Added strong types UserValueCount and UnusedInt --- src/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index 081e4c7..af014b1 100644 --- a/src/compat.h +++ b/src/compat.h @@ -172,7 +172,7 @@ static inline int luaG_dump(lua_State* const L_, lua_Writer const writer_, void* // ################################################################################################# -int luaG_getalluservalues(lua_State* L_, StackIndex idx_); +UserValueCount luaG_getalluservalues(lua_State* L_, StackIndex idx_); // ################################################################################################# -- cgit v1.2.3-55-g6feb