From: Frank M. Kromann Date: Tue, 21 Sep 2004 18:09:29 +0000 (+0000) Subject: Fix win32 build X-Git-Tag: PRE_NEW_VM_GEN_PATCH~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62fbbd14944f3d8f66411165dc0dd4ed885d52b0;p=php Fix win32 build --- 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);