diff options
Diffstat (limited to 'numpy/core/src/umathmodule.c.src')
-rw-r--r-- | numpy/core/src/umathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src index 6780bb7e1..5611a6937 100644 --- a/numpy/core/src/umathmodule.c.src +++ b/numpy/core/src/umathmodule.c.src @@ -60,7 +60,7 @@ static float ldexpf(float x, int i) return (float)ldexp((double)(x), i); } #endif -DL_IMPORT(float) tanhf(float); +#define tanhf nc_tanhf #endif #ifndef HAVE_INVERSE_HYPERBOLIC |