From 21e52f005c9ee4a44a23cdec87d9eaa357bd31e5 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sat, 8 Jul 2006 01:50:46 +0000 Subject: Fix f2py and doc --- numpy/core/include/numpy/ufuncobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core') diff --git a/numpy/core/include/numpy/ufuncobject.h b/numpy/core/include/numpy/ufuncobject.h index 416c183a1..0df3997e3 100644 --- a/numpy/core/include/numpy/ufuncobject.h +++ b/numpy/core/include/numpy/ufuncobject.h @@ -6,7 +6,7 @@ extern "C" { #define NPY_MAXARGS 40 -typedef void (*PyUFuncGenericFunction) (char **, intp *, intp *, void *); +typedef void (*PyUFuncGenericFunction) (char **, npy_intp *, npy_intp *, void *); typedef struct { PyObject_HEAD -- cgit v1.2.1