]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Use PyMODINIT_FUNC
authorcgohlke <cgohlke@uci.edu>
Wed, 8 Jan 2014 20:35:42 +0000 (12:35 -0800)
committercgohlke <cgohlke@uci.edu>
Wed, 8 Jan 2014 20:35:42 +0000 (12:35 -0800)
lib/sqlalchemy/cextension/resultproxy.c

index 481352a447eb77c4f2759095323ee1a45ee862ce..218c7b80763d8b7e084d53f7684ea21e5a1caa34 100644 (file)
@@ -682,7 +682,7 @@ static struct PyModuleDef module_def = {
 
 #define INITERROR return NULL
 
-PyObject *
+PyMODINIT_FUNC
 PyInit_cresultproxy(void)
 
 #else