gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Bug fix in assert.h (ticket #125)
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -237,7 +237,7 @@
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,                    \
0 comments (0 inline)