diff options
| -rw-r--r-- | src/macros_and_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.hpp b/src/macros_and_utils.hpp index 1aca818..9c50a3a 100644 --- a/src/macros_and_utils.hpp +++ b/src/macros_and_utils.hpp | |||
| @@ -8,7 +8,7 @@ using namespace std::chrono_literals; | |||
| 8 | 8 | ||
| 9 | // ################################################################################################# | 9 | // ################################################################################################# |
| 10 | 10 | ||
| 11 | inline void STACK_GROW(lua_State* const L_, int const n_) | 11 | static inline void STACK_GROW(lua_State* const L_, int const n_) |
| 12 | { | 12 | { |
| 13 | if (!lua_checkstack(L_, n_)) { | 13 | if (!lua_checkstack(L_, n_)) { |
| 14 | raise_luaL_error(L_, "Cannot grow stack!"); | 14 | raise_luaL_error(L_, "Cannot grow stack!"); |
