gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Fix compilation error when NDEBUG is defined.
0 1 0
default
1 file changed with 4 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -32,4 +32,8 @@
32 32
#endif
33 33

	
34
#ifdef NDEBUG
35
#undef NDEBUG
36
#endif
37

	
34 38
//checking disabled asserts
35 39
#define LEMON_DISABLE_ASSERTS
0 comments (0 inline)