diff options
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r-- | src/macros_and_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index 4b0b9d3..ae3a6c9 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -97,4 +97,6 @@ extern char const* debugspew_indent; | |||
97 | lua_rawget( L, LUA_REGISTRYINDEX); \ | 97 | lua_rawget( L, LUA_REGISTRYINDEX); \ |
98 | } | 98 | } |
99 | 99 | ||
100 | #define LUAG_FUNC( func_name) int LG_##func_name( lua_State* L) | ||
101 | |||
100 | #endif // MACROS_AND_UTILS_H | 102 | #endif // MACROS_AND_UTILS_H |