author | Peter Kovacs <kpeter@inf.elte.hu> |
Sat, 16 Mar 2013 16:50:39 +0100 | |
changeset 1242 | 0e30f63d45d0 |
parent 1236 | 756022ac1674 |
child 1243 | 79f149ee0230 |
child 1244 | af461bae0601 |
child 1245 | 73c892335e74 |
child 1285 | 6c8e2d8712d8 |
lemon/assert.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/assert.h Tue Jul 30 15:03:53 2013 +0200 1.2 +++ b/lemon/assert.h Sat Mar 16 16:50:39 2013 +0100 1.3 @@ -199,7 +199,7 @@ 1.4 LEMON_FUNCTION_NAME, \ 1.5 ::lemon::_assert_bits::cstringify(msg), \ 1.6 #exp), 0))) 1.7 -# if LEMON_ENABLE_DEBUG 1.8 +# if defined LEMON_ENABLE_DEBUG 1.9 # define LEMON_DEBUG(exp, msg) \ 1.10 (static_cast<void> (!!(exp) ? 0 : ( \ 1.11 LEMON_ASSERT_HANDLER(__FILE__, __LINE__, \