diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 08:28:01 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 08:28:01 +0200 |
commit | f1c3401e80a3228ee3ef5110e73712e1aa879fca (patch) | |
tree | 95d337e8f3b19cc0d13902222968f21a949d38c0 /src/macros_and_utils.h | |
parent | 9b78a51e6eb060ce0bee664d18facc656135035a (diff) | |
download | lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.gz lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.bz2 lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.zip |
Code boyscouting
Diffstat (limited to '')
-rw-r--r-- | src/macros_and_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index 1c4457a..787cf03 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -16,7 +16,7 @@ inline void STACK_GROW(lua_State* L_, int n_) | |||
16 | 16 | ||
17 | // ################################################################################################# | 17 | // ################################################################################################# |
18 | 18 | ||
19 | #define LUAG_FUNC(func_name) [[nodiscard]] int LG_##func_name(lua_State* const L_) | 19 | #define LUAG_FUNC(func_name) int LG_##func_name(lua_State* const L_) |
20 | 20 | ||
21 | // ################################################################################################# | 21 | // ################################################################################################# |
22 | 22 | ||