From: Rafael Garcia-Suarez Date: Fri, 23 Dec 2005 11:06:34 +0000 (+0000) Subject: Fix build of Compress::Zlib on MVS (by Paul Marquess) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b70307b60b7dcc706d4c6a9deaa669f6a0a9a0d9;p=p5sagit%2Fp5-mst-13.2.git Fix build of Compress::Zlib on MVS (by Paul Marquess) p4raw-id: //depot/perl@26468 --- diff --git a/ext/Compress/Zlib/zlib-src/zconf.h b/ext/Compress/Zlib/zlib-src/zconf.h index 03a9431..30cf424 100644 --- a/ext/Compress/Zlib/zlib-src/zconf.h +++ b/ext/Compress/Zlib/zlib-src/zconf.h @@ -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 */