summaryrefslogtreecommitdiff
path: root/src/gzip/ftgzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip/ftgzip.c')
-rw-r--r--src/gzip/ftgzip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gzip/ftgzip.c b/src/gzip/ftgzip.c
index 9fabb6934..8de1d4b38 100644
--- a/src/gzip/ftgzip.c
+++ b/src/gzip/ftgzip.c
@@ -55,7 +55,7 @@
/* original ZLib. */
#ifndef USE_ZLIB_ZCALLOC
-/* #define MY_ZCALLOC */ /* prevent all zcalloc() & zfree() in zutil.c */
+ #define MY_ZCALLOC /* prevent all zcalloc() & zfree() in zutil.c */
#endif
/* Note that our `zlib.h' includes `ftzconf.h' instead of `zconf.h'; */
@@ -165,7 +165,6 @@
#if !defined( FT_CONFIG_OPTION_SYSTEM_ZLIB ) && !defined( USE_ZLIB_ZCALLOC )
-/*
local voidpf
zcalloc ( voidpf opaque,
unsigned items,
@@ -181,7 +180,6 @@
ft_gzip_free( (FT_Memory)opaque, ptr );
}
-*/
#endif /* !SYSTEM_ZLIB && !USE_ZLIB_ZCALLOC */