about summary refs log tree commit diff
path: root/converter/other/jbig/libjbig/jbig.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-09 02:37:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-09 02:37:40 +0000
commitc613450b27660350a96224faeddca0b0f6db6f8a (patch)
tree6ce1bfae479a696d4d1e25a7d0e271da25d6283c /converter/other/jbig/libjbig/jbig.c
parent0d001a0736cf5eb37caeda6cef99be044160ab63 (diff)
downloadnetpbm-mirror-c613450b27660350a96224faeddca0b0f6db6f8a.tar.gz
netpbm-mirror-c613450b27660350a96224faeddca0b0f6db6f8a.tar.xz
netpbm-mirror-c613450b27660350a96224faeddca0b0f6db6f8a.zip
Remove #define NDEBUG - that's supposed to be a compile-time option
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2890 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jbig/libjbig/jbig.c')
-rw-r--r--converter/other/jbig/libjbig/jbig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/converter/other/jbig/libjbig/jbig.c b/converter/other/jbig/libjbig/jbig.c
index 1ff867e8..0d29f770 100644
--- a/converter/other/jbig/libjbig/jbig.c
+++ b/converter/other/jbig/libjbig/jbig.c
@@ -29,8 +29,6 @@
 
 #ifdef DEBUG
 #include <stdio.h>
-#else
-#define NDEBUG
 #endif
 
 #include <stdlib.h>