diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-24 10:33:02 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-24 10:33:02 +0200 |
commit | 8745a54f88f31cd51dc86c96039ebe0b3e98f5ea (patch) | |
tree | f27eba088bfbda6aed4f9d70e514ec87a5d553fc /src/compat.h | |
parent | 54acd7514dc0a2e9d593dd6312eae90ae6c0d6b5 (diff) | |
download | lanes-8745a54f88f31cd51dc86c96039ebe0b3e98f5ea.tar.gz lanes-8745a54f88f31cd51dc86c96039ebe0b3e98f5ea.tar.bz2 lanes-8745a54f88f31cd51dc86c96039ebe0b3e98f5ea.zip |
Added strong types UserValueCount and UnusedInt
Diffstat (limited to 'src/compat.h')
-rw-r--r-- | src/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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* | |||
172 | 172 | ||
173 | // ################################################################################################# | 173 | // ################################################################################################# |
174 | 174 | ||
175 | int luaG_getalluservalues(lua_State* L_, StackIndex idx_); | 175 | UserValueCount luaG_getalluservalues(lua_State* L_, StackIndex idx_); |
176 | 176 | ||
177 | // ################################################################################################# | 177 | // ################################################################################################# |
178 | 178 | ||