Cruft removal:

* DL_IMPORT/DL_EXPORT
 * #if 0'd code
 * Py_PROTO which was obsolete, but still used in one place in addrinfo.h
This commit is contained in:
Neal Norwitz 2006-12-28 04:47:50 +00:00
parent 545686b279
commit f6657e67b3
6 changed files with 8 additions and 98 deletions

View file

@ -2612,7 +2612,7 @@ static PyMethodDef _functions[] = {
{NULL, NULL}
};
DL_EXPORT(void)
PyMODINIT_FUNC
init_elementtree(void)
{
PyObject* m;