aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r--src/macros_and_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h
index 1427ef1..7bb0d2a 100644
--- a/src/macros_and_utils.h
+++ b/src/macros_and_utils.h
@@ -178,7 +178,7 @@ inline void STACK_GROW(lua_State* L_, int n_)
178 178
179// ################################################################################################# 179// #################################################################################################
180 180
181#define LUAG_FUNC(func_name) [[nodiscard]] int LG_##func_name(lua_State* L_) 181#define LUAG_FUNC(func_name) [[nodiscard]] int LG_##func_name(lua_State* const L_)
182 182
183// ################################################################################################# 183// #################################################################################################
184 184