diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,10 +10,6 @@ | |||
10 | # include "gzguts.h" | 10 | # include "gzguts.h" |
11 | #endif | 11 | #endif |
12 | 12 | ||
13 | #ifndef NO_DUMMY_DECL | ||
14 | struct internal_state {int dummy;}; /* for buggy compilers */ | ||
15 | #endif | ||
16 | |||
17 | z_const char * const z_errmsg[10] = { | 13 | z_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 */ |