[Expat-checkins]
expat/lib expat.h, 1.70, 1.71 expat_external.h, 1.1, 1.2
Karl Waclawek
kwaclaw at users.sourceforge.net
Tue Aug 10 19:34:21 CEST 2004
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23366
Modified Files:
expat.h expat_external.h
Log Message:
Fix for bug #1006708.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- expat.h 16 Jul 2004 00:54:57 -0000 1.70
+++ expat.h 10 Aug 2004 17:34:18 -0000 1.71
@@ -17,6 +17,10 @@
#include <stdlib.h>
#include "expat_external.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct XML_ParserStruct;
typedef struct XML_ParserStruct *XML_Parser;
Index: expat_external.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat_external.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat_external.h 6 May 2004 13:55:49 -0000 1.1
+++ expat_external.h 10 Aug 2004 17:34:19 -0000 1.2
@@ -90,3 +90,7 @@
typedef char XML_Char;
typedef char XML_LChar;
#endif /* XML_UNICODE */
+
+#ifdef __cplusplus
+}
+#endif
More information about the Expat-checkins
mailing list