Browse Source

This shouldn't have been in for now

experimental/5.3-FPM
Kalle Sommer Nielsen 17 years ago
parent
commit
437e9e6c7c
  1. 2
      ext/gd/libgd/gd.c

2
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

Loading…
Cancel
Save