diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-12-28 04:47:50 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-12-28 04:47:50 (GMT) |
commit | f6657e67b3cf89649d14d9012b3964a3490d45b0 (patch) | |
tree | f04317257f7b1ff54f5142eda58af84c6d261bc1 /Modules/_elementtree.c | |
parent | 545686b279ef382ec35aa12afa1f9271ce6d5109 (diff) | |
download | cpython-f6657e67b3cf89649d14d9012b3964a3490d45b0.zip cpython-f6657e67b3cf89649d14d9012b3964a3490d45b0.tar.gz cpython-f6657e67b3cf89649d14d9012b3964a3490d45b0.tar.bz2 |
Cruft removal:
* DL_IMPORT/DL_EXPORT
* #if 0'd code
* Py_PROTO which was obsolete, but still used in one place in addrinfo.h
Diffstat (limited to 'Modules/_elementtree.c')
-rw-r--r-- | Modules/_elementtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ static PyMethodDef _functions[] = { {NULL, NULL} }; -DL_EXPORT(void) +PyMODINIT_FUNC init_elementtree(void) { PyObject* m; |