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