From 5fa50e63e1ca310f822adca3ba873122a355f007 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sat, 16 Nov 2013 10:29:41 +0100 Subject: Minor macro definition fix --- src/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools.h b/src/tools.h index 8c0b8e0..f775c70 100644 --- a/src/tools.h +++ b/src/tools.h @@ -70,7 +70,7 @@ extern int debugspew_indent_depth; } while( 0) #define STACK_END(L,change) STACK_MID(L,change); } - #define STACK_DUMP(L) luaG_dump(L); + #define STACK_DUMP( L) luaG_dump( L) #endif #define ASSERT_L(c) _ASSERT_L(L,c) -- cgit v1.2.3-55-g6feb