]> granicus.if.org Git - php/commitdiff
Fix win32 build
authorFrank M. Kromann <fmk@php.net>
Tue, 21 Sep 2004 18:09:29 +0000 (18:09 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 21 Sep 2004 18:09:29 +0000 (18:09 +0000)
ext/standard/php_math.h

index 2f1c00578756a490c53e9faaeb450e87a6635a45..adbc9f8cdf1556b6600be2f21218c1ddb5c18886 100644 (file)
@@ -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);