kalle           Sat Apr 25 06:25:55 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd/libgd       gd.c 
  Log:
  This shouldn't have been in for now
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.90.2.1.2.21.2.9&r2=1.90.2.1.2.21.2.10&diff_format=u
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.9 
php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.10
--- php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.9 Sat Apr 25 06:22:14 2009
+++ php-src/ext/gd/libgd/gd.c   Sat Apr 25 06:25:55 2009
@@ -26,12 +26,10 @@
 #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
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to