commit | f6657e67b3cf89649d14d9012b3964a3490d45b0 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Dec 28 04:47:50 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Dec 28 04:47:50 2006 +0000 |
tree | f04317257f7b1ff54f5142eda58af84c6d261bc1 | |
parent | 545686b279ef382ec35aa12afa1f9271ce6d5109 [diff] [blame] |
Cruft removal: * DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h
diff --git a/Modules/_elementtree.c b/Modules/_elementtree.c index e5d61c6..2766b41 100644 --- a/Modules/_elementtree.c +++ b/Modules/_elementtree.c
@@ -2612,7 +2612,7 @@ {NULL, NULL} }; -DL_EXPORT(void) +PyMODINIT_FUNC init_elementtree(void) { PyObject* m;