diff options
-rw-r--r-- | Modules/mathmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 2beb609..242bd6f 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -43,7 +43,7 @@ extern double modf PROTO((double, double *)); #endif /* _MSC_VER */ -#if defined(HAVE_HYPOT) && !defined(NeXT) +#if defined(HAVE_HYPOT) extern double hypot PROTO((double, double)); #else double hypot(x,y) |