diff options
| author | Jay Bourque <jay.bourque@continuum.io> | 2012-10-01 14:54:03 -0500 |
|---|---|---|
| committer | Jay Bourque <jay.bourque@continuum.io> | 2013-05-14 18:01:09 -0500 |
| commit | a3e22141622da249708c54984212c0766c330c4a (patch) | |
| tree | 52617dcba332c7668efcb3acfc153839f7fbcc21 /numpy | |
| parent | 8e642e6d69a448ed80e117644abdfde9ef2ed25b (diff) | |
| download | numpy-a3e22141622da249708c54984212c0766c330c4a.tar.gz | |
Fix build error
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/src/umath/ufunc_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_object.c b/numpy/core/src/umath/ufunc_object.c index e7f44cd1e..0dd868600 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -4424,7 +4424,6 @@ _loop1d_list_free(void *ptr) #endif -/*UFUNC_API*/ /* * This function allows the user to register a 1-d loop for structured arrays * with an already created ufunc. The ufunc is called whenever any of it's input @@ -4435,6 +4434,7 @@ _loop1d_list_free(void *ptr) * arg_dtypes - array of struct dtype objects describing the ufunc operands * data - arbitrary data pointer passed in to loop function */ +/*UFUNC_API*/ NPY_NO_EXPORT int PyUFunc_RegisterLoopForStructType(PyUFuncObject *ufunc, PyArray_Descr *user_dtype, |
