This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__
authorAndy Broad <andy@broad.ology.org.uk>
Sat, 22 Aug 2015 13:28:37 +0000 (09:28 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Sep 2015 15:12:47 +0000 (11:12 -0400)
Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106799

cpan/Compress-Raw-Zlib/Zlib.xs

index 2930e30..0184062 100644 (file)
@@ -183,7 +183,7 @@ typedef di_stream * Compress__Raw__Zlib__inflateScanStream ;
 #  define OS_CODE  0x00
 #endif
 
 #  define OS_CODE  0x00
 #endif
 
-#if defined(AMIGA) || defined(AMIGAOS) 
+#if defined(AMIGA) || defined(AMIGAOS) || defined(__amigaos4__)
 #  define OS_CODE  0x01
 #endif
  
 #  define OS_CODE  0x01
 #endif