shithub: jbig2

Download patch

ref: 21b56ef9c96211883841f4b55342c805a09619a4
parent: 6bb931251b4346a34dca8eafdfa1157c3bf7b339
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Jul 9 06:13:13 EDT 2002

Prefer #if defined()


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@130 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_symbol_dict.c
+++ b/jbig2_symbol_dict.c
@@ -8,7 +8,7 @@
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 
-    $Id: jbig2_symbol_dict.c,v 1.16 2002/07/08 14:54:01 giles Exp $
+    $Id: jbig2_symbol_dict.c,v 1.17 2002/07/09 10:13:13 giles Exp $
     
     symbol dictionary segment decode and support
 */
@@ -33,7 +33,7 @@
 #include "jbig2_generic.h"
 #include "jbig2_symbol_dict.h"
 
-#if OUTPUT_PBM || HAVE_LIBPNG
+#if defined(OUTPUT_PBM) || defined(HAVE_LIBPNG)
 #include <stdio.h>
 #include "jbig2_image.h"
 #endif