summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorcgohlke <cgohlke@uci.edu>2012-08-05 14:17:30 -0700
committerStefan van der Walt <stefan@sun.ac.za>2012-09-02 23:53:15 -0700
commitead9e09c5adbc94bfc3c5cc8344089b836cfffd5 (patch)
tree6c552c67c96063d6df7b78ef3056c31b10c80959 /numpy/lib
parentcd9092aa71d23359b33e89d938c55fb14b9bf606 (diff)
downloadnumpy-ead9e09c5adbc94bfc3c5cc8344089b836cfffd5.tar.gz
Use PyMODINIT_FUNC and update docs accordingly.
See https://github.com/scipy/scipy/pull/279
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/src/_compiled_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c
index d389b7f8e..41caca962 100644
--- a/numpy/lib/src/_compiled_base.c
+++ b/numpy/lib/src/_compiled_base.c
@@ -1708,7 +1708,7 @@ static struct PyModuleDef moduledef = {
#if defined(NPY_PY3K)
#define RETVAL m
-PyObject *PyInit__compiled_base(void)
+PyMODINIT_FUNC PyInit__compiled_base(void)
#else
#define RETVAL
PyMODINIT_FUNC