summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-09-21 18:09:29 +0000
committerFrank M. Kromann <fmk@php.net>2004-09-21 18:09:29 +0000
commit62fbbd14944f3d8f66411165dc0dd4ed885d52b0 (patch)
treedd6aa43f93bd009f44f5b9da0f658ec366a5070d /ext/standard/php_math.h
parente62484fa0954d258ab78278029ccea8391ffb509 (diff)
downloadphp-git-62fbbd14944f3d8f66411165dc0dd4ed885d52b0.tar.gz
Fix win32 build
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h2
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);