Skip to content

Commit a1f36bd

Browse files
committed
Properly format the preprocessor if clause
following pnggroup/libpng@893b811
1 parent 6802aa0 commit a1f36bd

File tree

1 file changed

+1
-7
lines changed
  • graf2d/asimage/src/libAfterImage/libpng

1 file changed

+1
-7
lines changed

Diff for: graf2d/asimage/src/libAfterImage/libpng/pngpriv.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -514,14 +514,8 @@
514514
*/
515515
# include <float.h>
516516

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-
*/
523517
# include <math.h>
524-
# endif
518+
525519
# if defined(_AMIGA) && defined(__SASC) && defined(_M68881)
526520
/* Amiga SAS/C: We must include builtin FPU functions when compiling using
527521
* MATH=68881

0 commit comments

Comments
 (0)