We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6802aa0 commit a1f36bdCopy full SHA for a1f36bd
graf2d/asimage/src/libAfterImage/libpng/pngpriv.h
@@ -514,14 +514,8 @@
514
*/
515
# include <float.h>
516
517
-# if (defined(__MWERKS__) && defined(macintosh)) || defined(applec) || \
518
- defined(THINK_C) || defined(__SC__) || defined(TARGET_OS_MAC)
519
- /* We need to check that <math.h> hasn't already been included earlier
520
- * as it seems it doesn't agree with <fp.h>, yet we should really use
521
- * <fp.h> if possible.
522
- */
523
# include <math.h>
524
-# endif
+
525
# if defined(_AMIGA) && defined(__SASC) && defined(_M68881)
526
/* Amiga SAS/C: We must include builtin FPU functions when compiling using
527
* MATH=68881
0 commit comments