summaryrefslogtreecommitdiffstats
path: root/Objects/object.c
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-04-13 02:06:09 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-04-13 02:06:09 (GMT)
commitac6bd46d5c30f4e643120aeef1ccd531801a2181 (patch)
treef753bb13f17b1490ca3c26580c16f1d32ea748dc /Objects/object.c
parent28c5f1fa169ddaec9ad4914e2c263e383390ae43 (diff)
downloadcpython-ac6bd46d5c30f4e643120aeef1ccd531801a2181.zip
cpython-ac6bd46d5c30f4e643120aeef1ccd531801a2181.tar.gz
cpython-ac6bd46d5c30f4e643120aeef1ccd531801a2181.tar.bz2
spread the extern "C" { } magic pixie dust around. Python itself builds now
using a C++ compiler. Still lots and lots of errors in the modules built by setup.py, and a bunch of warnings from g++ in the core.
Diffstat (limited to 'Objects/object.c')
-rw-r--r--Objects/object.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 0ce4332..d3dda1b 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -3,6 +3,10 @@
#include "Python.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#ifdef Py_REF_DEBUG
Py_ssize_t _Py_RefTotal;
@@ -2112,3 +2116,8 @@ _PyTrash_destroy_chain(void)
--_PyTrash_delete_nesting;
}
}
+
+#ifdef __cplusplus
+}
+#endif
+
4d1a1bb80ac03655227c833b560c7cad3c'>plain -rwxr-xr-xconfigure.exe1225728logstatsplain d---------demos1010logstatsplain d---------dist4605logstatsplain d---------doc65logstatsplain d---------examples1500logstatsplain -rw-r--r--header.BSD2044logstatsplain -rw-r--r--header.LGPL1491logstatsplain -rw-r--r--header.LGPL-ONLY986logstatsplain d---------imports38logstatsplain