# 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
|
b
|
|
237 | 237 | static_cast<const char*>(0))) |
238 | 238 | |
239 | 239 | # if LEMON_ENABLE_DEBUG |
240 | | # define LEMON_DEBUG(exp, msg) |
| 240 | # define LEMON_DEBUG(exp, msg) \ |
241 | 241 | (static_cast<void> (!!(exp) ? 0 : ( \ |
242 | 242 | LEMON_ASSERT_HANDLER(__FILE__, __LINE__, \ |
243 | 243 | LEMON_FUNCTION_NAME, \ |