From: Kalle Sommer Nielsen Date: Sat, 25 Apr 2009 06:25:55 +0000 (+0000) Subject: This shouldn't have been in for now X-Git-Tag: php-5.3.0RC2~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=437e9e6c7c35cf3f47da41b8cdb77f43c5af77c0;p=php This shouldn't have been in for now --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index c9141d4333..75e37416fb 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -26,12 +26,10 @@ extern float floorf(float x); #endif #if HAVE_FABSF == 0 /* float fabsf(float x); */ -# undef fabsf # define fabsf(x) ((float)(fabs(x))) #endif #if HAVE_FLOORF == 0 /* float floorf(float x);*/ -# undef floorf # define floorf(x) ((float)(floor(x))) #endif