diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-23 11:06:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-23 11:06:34 +0000 |
commit | b70307b60b7dcc706d4c6a9deaa669f6a0a9a0d9 (patch) | |
tree | 92b2d866ca5865ed5163d3af5ea25a07f4793074 /ext/Compress | |
parent | 9f10b7978c0f0158c4689058d5599a8d2c5e52da (diff) | |
download | perl-b70307b60b7dcc706d4c6a9deaa669f6a0a9a0d9.tar.gz |
Fix build of Compress::Zlib on MVS (by Paul Marquess)
p4raw-id: //depot/perl@26468
Diffstat (limited to 'ext/Compress')
-rw-r--r-- | ext/Compress/Zlib/zlib-src/zconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/Compress/Zlib/zlib-src/zconf.h b/ext/Compress/Zlib/zlib-src/zconf.h index 03a9431c8b..30cf424f39 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 */ |