expat/lib xmlparse.c,1.119,1.120
"Fred L. Drake" <[email protected]> Sun, 02 Nov 2003 01:44:57 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
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"