]> granicus.if.org Git - php/commitdiff
This shouldn't have been in for now
authorKalle Sommer Nielsen <kalle@php.net>
Sat, 25 Apr 2009 06:25:55 +0000 (06:25 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Sat, 25 Apr 2009 06:25:55 +0000 (06:25 +0000)
ext/gd/libgd/gd.c

index c9141d4333e51b83fe2f5231e918082b67ce2d70..75e37416fbf4d42b9d4fef1eccfef330a0ecb90f 100644 (file)
@@ -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