summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorAndy Broad <andy@broad.ology.org.uk>2015-09-13 14:53:59 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-09-16 07:44:31 -0400
commitea34f6bdec386db6b5e951fae85f430965078a86 (patch)
tree3c1548f60453e691f5111f305fc886b746190a84 /perl.h
parenta843b009aecc0fdd377763bdaee3521fc77b160c (diff)
downloadperl-ea34f6bdec386db6b5e951fae85f430965078a86.tar.gz
amigaos4: use #ifdef/ifndef __amigaos4__ when feasible
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 1e8ca3c124..a1a50b373f 100644
--- a/perl.h
+++ b/perl.h
@@ -2803,7 +2803,7 @@ typedef struct padname PADNAME;
# include "unixish.h"
#endif
-#if defined(__amigaos4__)
+#ifdef __amigaos4__
# include "amigaos.h"
# undef FD_CLOEXEC /* a lie in AmigaOS */
#endif