aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h2
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
175int luaG_getalluservalues(lua_State* L_, StackIndex idx_); 175UserValueCount luaG_getalluservalues(lua_State* L_, StackIndex idx_);
176 176
177// ################################################################################################# 177// #################################################################################################
178 178