Parent Directory
|
Revision Log
|
Patch
revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC | revision 2745 by bramz, Thu Mar 15 22:27:02 2007 UTC | |
---|---|---|
# | Line 166 static PyMethodDef module_functions[] = | Line 166 static PyMethodDef module_functions[] = |
166 | }; | }; |
167 | ||
168 | ||
169 | void | #ifdef NDEBUG |
170 | initshptree() | PyMODINIT_FUNC initshptree(void) |
171 | #else | |
172 | PyMODINIT_FUNC initshptree_d(void) | |
173 | #endif | |
174 | { | { |
175 | SHPTreeType.ob_type = &PyType_Type; | SHPTreeType.ob_type = &PyType_Type; |
176 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |