diff options
Diffstat (limited to 'src/macros_and_utils.h')
-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 ae3a6c9..dba0010 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -60,7 +60,7 @@ extern char const* debugspew_indent; | |||
60 | int const L##_oldtop = 0 | 60 | int const L##_oldtop = 0 |
61 | 61 | ||
62 | #define STACK_MID( L, change) \ | 62 | #define STACK_MID( L, change) \ |
63 | do \ | 63 | do if( change != LUA_MULTRET) \ |
64 | { \ | 64 | { \ |
65 | int stack_check_a = lua_gettop( L) - L##_oldtop; \ | 65 | int stack_check_a = lua_gettop( L) - L##_oldtop; \ |
66 | int stack_check_b = (change); \ | 66 | int stack_check_b = (change); \ |