# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1363449039 -3600
# Node ID 0e30f63d45d0fd5e68a1ae867bc21fdb5b7a7be5
# Parent  756022ac167475c2d4675bbf4c00169ade2bea54
Bugfix in assert.h (#461)

diff -r 756022ac1674 -r 0e30f63d45d0 lemon/assert.h
--- a/lemon/assert.h	Tue Jul 30 15:03:53 2013 +0200
+++ b/lemon/assert.h	Sat Mar 16 16:50:39 2013 +0100
@@ -199,7 +199,7 @@
                              LEMON_FUNCTION_NAME,                       \
                              ::lemon::_assert_bits::cstringify(msg),    \
                              #exp), 0)))
-#    if LEMON_ENABLE_DEBUG
+#    if defined LEMON_ENABLE_DEBUG
 #      define LEMON_DEBUG(exp, msg)                                     \
          (static_cast<void> (!!(exp) ? 0 : (                            \
            LEMON_ASSERT_HANDLER(__FILE__, __LINE__,                     \