summaryrefslogtreecommitdiff
path: root/gzread.c
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-13 11:48:54 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-13 11:48:54 +0200
commit8562a05920d303247a66c4d8addefdb2e86aa899 (patch)
tree8872c668e31a8ec1ddaccad69711ddba16cfc6bb /gzread.c
parent8c1a5f33bcb68d8a5b50165dabb63b1e669b3e89 (diff)
Remove Z_PREFIX leftovers
Diffstat (limited to 'gzread.c')
-rw-r--r--gzread.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gzread.c b/gzread.c
index f92efdc..c61128a 100644
--- a/gzread.c
+++ b/gzread.c
@@ -366,11 +366,7 @@ int ZEXPORT gzread(gzFile file, void *buf, unsigned len)
}
/* -- see zlib.h -- */
-#ifdef Z_PREFIX_SET
-# undef z_gzgetc
-#else
-# undef gzgetc
-#endif
+#undef gzgetc
int ZEXPORT gzgetc(gzFile file)
{
int ret;