[4suite-checkins] In 4Suite/Ft/Xml/src/expat/lib, files xmlparse.c

Jeremy Kloth jkloth at 4suite.org
Thu Oct 12 15:51:10 MDT 2006


Modified Files:
    xmlparse.c

Log Message:
If stdint.h is available, include it for the definition of uintptr_t.

ViewCVS diff:
  http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/src/expat/lib/xmlparse.c.diff?r1=1.19&r2=1.20
ViewCVS view:
  http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/src/expat/lib/xmlparse.c?rev=1.20&content-type=text/vnd.viewcvs-markup

Index: xmlparse.c
===================================================================
RCS file: /var/local/cvsroot/4Suite/Ft/Xml/src/expat/lib/xmlparse.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -U2 -r1.19 -r1.20
--- xmlparse.c	25 Sep 2006 17:33:11 -0000	1.19
+++ xmlparse.c	12 Oct 2006 21:51:10 -0000	1.20
@@ -10,4 +10,7 @@
 #include <string.h>                     /* memset(), memcpy() */
 #include <assert.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>                     /* uintptr_t */
+#endif
 
 /* uintptr_t is the C9X name for an unsigned integral type such that a


More information about the 4suite-checkins mailing list