# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1363449039 -3600
# Node ID c043988e7973a3fb9f5a260e61a2620817da2707
# Parent 1bafdbd2fc464a095fd0db4494bf42b0344ade84
Bug fix in assert.h
diff --git a/lemon/assert.h b/lemon/assert.h
a
|
b
|
|
199 | 199 | LEMON_FUNCTION_NAME, \ |
200 | 200 | ::lemon::_assert_bits::cstringify(msg), \ |
201 | 201 | #exp), 0))) |
202 | | # if LEMON_ENABLE_DEBUG |
| 202 | # if defined LEMON_ENABLE_DEBUG |
203 | 203 | # define LEMON_DEBUG(exp, msg) \ |
204 | 204 | (static_cast<void> (!!(exp) ? 0 : ( \ |
205 | 205 | LEMON_ASSERT_HANDLER(__FILE__, __LINE__, \ |