From 62fbbd14944f3d8f66411165dc0dd4ed885d52b0 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 21 Sep 2004 18:09:29 +0000 Subject: [PATCH] Fix win32 build --- ext/standard/php_math.h | 2 -- 1 file changed, 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); -- 2.50.1