diff options
Diffstat (limited to 'ext/standard/math.c')
-rw-r--r-- | ext/standard/math.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c index 0cea73ac79..c9fcee48fb 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -29,10 +29,6 @@ #include <float.h> #include <stdlib.h> -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - #ifndef PHP_ROUND_FUZZ # ifndef PHP_WIN32 # define PHP_ROUND_FUZZ 0.50000000001 |