# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1216055189 -7200
# Node ID 0d651164763931ff096f177fa7ecde23e28e9862
# Parent  b67149f0e6757cc1132d30f6ca7d4050e210b66c
Bug fix in assert.h (ticket #125)

diff -r b67149f0e675 -r 0d6511647639 lemon/assert.h
--- a/lemon/assert.h	Mon Jul 14 15:40:24 2008 +0100
+++ b/lemon/assert.h	Mon Jul 14 19:06:29 2008 +0200
@@ -237,7 +237,7 @@
                              static_cast<const char*>(0)))
 
 #    if LEMON_ENABLE_DEBUG
-#      define LEMON_DEBUG(exp, msg)
+#      define LEMON_DEBUG(exp, msg)                                     \
          (static_cast<void> (!!(exp) ? 0 : (                            \
            LEMON_ASSERT_HANDLER(__FILE__, __LINE__,                     \
                                 LEMON_FUNCTION_NAME,                    \