diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-11-16 10:29:41 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-11-16 10:29:41 +0100 |
commit | 5fa50e63e1ca310f822adca3ba873122a355f007 (patch) | |
tree | e6d473f090ff91a78430afa4c1689251c373ed50 /src/tools.h | |
parent | 7bbb32b8503a4c2a127c64c3cf44ef0ef82fcedc (diff) | |
download | lanes-5fa50e63e1ca310f822adca3ba873122a355f007.tar.gz lanes-5fa50e63e1ca310f822adca3ba873122a355f007.tar.bz2 lanes-5fa50e63e1ca310f822adca3ba873122a355f007.zip |
Minor macro definition fix
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
70 | } while( 0) | 70 | } while( 0) |
71 | #define STACK_END(L,change) STACK_MID(L,change); } | 71 | #define STACK_END(L,change) STACK_MID(L,change); } |
72 | 72 | ||
73 | #define STACK_DUMP(L) luaG_dump(L); | 73 | #define STACK_DUMP( L) luaG_dump( L) |
74 | #endif | 74 | #endif |
75 | #define ASSERT_L(c) _ASSERT_L(L,c) | 75 | #define ASSERT_L(c) _ASSERT_L(L,c) |
76 | 76 | ||