[Lemon-commits] Alpar Juttner: Merge bugfix #461 to branch 1.1

Lemon HG hg at lemon.cs.elte.hu
Tue Jul 30 15:56:25 CEST 2013


details:   http://lemon.cs.elte.hu/hg/lemon/rev/79f149ee0230
changeset: 1243:79f149ee0230
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Tue Jul 30 15:52:38 2013 +0200
description:
	Merge bugfix #461 to branch 1.1

diffstat:

 lemon/assert.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r deaf433636ca -r 79f149ee0230 lemon/assert.h
--- a/lemon/assert.h	Tue Jul 30 15:10:43 2013 +0200
+++ b/lemon/assert.h	Tue Jul 30 15:52:38 2013 +0200
@@ -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__,                     \


More information about the Lemon-commits mailing list