diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-15 15:10:51 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-15 15:10:51 +0200 |
commit | 5fafd66cd0d0adb7bc34db3617bfad61a6a9f16a (patch) | |
tree | cd224368abdb8ec6c9adae93df016853acc2880a /zutil.c | |
parent | d0f3cb7da3ae274228eedde81eb3917f71d55bc0 (diff) |
Remove more workarounds for really old compilers
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,10 +10,6 @@ # include "gzguts.h" #endif -#ifndef NO_DUMMY_DECL -struct internal_state {int dummy;}; /* for buggy compilers */ -#endif - z_const char * const z_errmsg[10] = { "need dictionary", /* Z_NEED_DICT 2 */ "stream end", /* Z_STREAM_END 1 */ |