aboutsummaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/zutil.c b/zutil.c
index 167ed5f..a6b887e 100644
--- a/zutil.c
+++ b/zutil.c
@@ -10,10 +10,6 @@
10# include "gzguts.h" 10# include "gzguts.h"
11#endif 11#endif
12 12
13#ifndef NO_DUMMY_DECL
14struct internal_state {int dummy;}; /* for buggy compilers */
15#endif
16
17z_const char * const z_errmsg[10] = { 13z_const char * const z_errmsg[10] = {
18"need dictionary", /* Z_NEED_DICT 2 */ 14"need dictionary", /* Z_NEED_DICT 2 */
19"stream end", /* Z_STREAM_END 1 */ 15"stream end", /* Z_STREAM_END 1 */