Commit 067787be authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Comment out unused code

parent 48a59957
...@@ -23,6 +23,7 @@ z_const char * const z_errmsg[10] = { ...@@ -23,6 +23,7 @@ z_const char * const z_errmsg[10] = {
(z_const char *)"" (z_const char *)""
}; };
#ifdef NOVGZ
const char * ZEXPORT zlibVersion() const char * ZEXPORT zlibVersion()
{ {
...@@ -181,6 +182,8 @@ void ZLIB_INTERNAL zmemzero(dest, len) ...@@ -181,6 +182,8 @@ void ZLIB_INTERNAL zmemzero(dest, len)
} }
#endif #endif
#endif /* NOVGZ */
#ifndef Z_SOLO #ifndef Z_SOLO
#ifdef SYS16BIT #ifdef SYS16BIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment