[Lemon-commits] Alpar Juttner: Merge bugfix #461
Lemon HG
hg at lemon.cs.elte.hu
Tue Jul 30 15:56:26 CEST 2013
details: http://lemon.cs.elte.hu/hg/lemon/rev/73c892335e74
changeset: 1245:73c892335e74
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Tue Jul 30 15:54:46 2013 +0200
description:
Merge bugfix #461
diffstat:
lemon/assert.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 879fcb781086 -r 73c892335e74 lemon/assert.h
--- a/lemon/assert.h Tue Jul 30 15:24:45 2013 +0200
+++ b/lemon/assert.h Tue Jul 30 15:54:46 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