[Expat-checkins] expat/lib xmlparse.c,1.119,1.120

Fred L. Drake fdrake at users.sourceforge.net
Sun Nov 2 04:44:57 EST 2003


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv2150/lib

Modified Files:
	xmlparse.c 
Log Message:
Simplify preprocessor construct.

Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- xmlparse.c	30 Oct 2003 14:58:39 -0000	1.119
+++ xmlparse.c	2 Nov 2003 09:44:55 -0000	1.120
@@ -11,10 +11,8 @@
 #include "winconfig.h"
 #elif defined(MACOS_CLASSIC)
 #include "macconfig.h"
-#else
-#ifdef HAVE_EXPAT_CONFIG_H
+#elif defined(HAVE_EXPAT_CONFIG_H)
 #include <expat_config.h>
-#endif
 #endif /* ndef COMPILED_FROM_DSP */
 
 #include "expat.h"





More information about the Expat-checkins mailing list