summaryrefslogtreecommitdiffstats
path: root/Modules/expat/expat_external.h
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2006-06-19 23:57:41 (GMT)
committerTrent Mick <trentm@activestate.com>2006-06-19 23:57:41 (GMT)
commit624af829a7d930d29f359c3d8a2408efc36b34e8 (patch)
tree0249c79999b7a39afd20d7e5e953d175ac8a45a8 /Modules/expat/expat_external.h
parentf08d663a2f9cbd8dd0ca868272f03ad115691df7 (diff)
downloadcpython-2.5b1.zip
cpython-2.5b1.tar.gz
cpython-2.5b1.tar.bz2
[ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1
(http://python.org/sf/1295808)
Diffstat (limited to 'Modules/expat/expat_external.h')
-rw-r--r--Modules/expat/expat_external.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h
index 8a2d708..f054014 100644
--- a/Modules/expat/expat_external.h
+++ b/Modules/expat/expat_external.h
@@ -7,6 +7,10 @@
/* External API definitions */
+/* Namespace external symbols to allow multiple libexpat version to
+ co-exist. */
+#include "pyexpatns.h"
+
#if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__)
#define XML_USE_MSC_EXTENSIONS 1
#endif