diff options
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 2f1c005787..adbc9f8cdf 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -66,9 +66,7 @@ PHP_FUNCTION(rad2deg); WARNING: these functions are expermental: they could change their names or disappear in the next version of PHP! */ -#ifdef HAVE_HYPOT PHP_FUNCTION(hypot); -#endif PHP_FUNCTION(expm1); PHP_FUNCTION(log1p); |