This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix build of Compress::Zlib on MVS (by Paul Marquess)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Dec 2005 11:06:34 +0000 (11:06 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Dec 2005 11:06:34 +0000 (11:06 +0000)
p4raw-id: //depot/perl@26468

ext/Compress/Zlib/zlib-src/zconf.h

index 03a9431..30cf424 100644 (file)
@@ -307,9 +307,6 @@ typedef uLong FAR uLongf;
 
 #if defined(__MVS__)
 #  define NO_vsnprintf
-#  ifdef FAR
-#    undef FAR
-#  endif
 #endif
 
 /* MVS linker does not support external names larger than 8 bytes */