diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
commit | 3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch) | |
tree | da90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /inftrees.h | |
parent | f7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff) |
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,6 +57,6 @@ typedef enum { DISTS } codetype; -int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short *lens, +int ZLIB_INTERNAL inflate_table (codetype type, unsigned short *lens, unsigned codes, code * *table, - unsigned *bits, unsigned short *work)); + unsigned *bits, unsigned short *work); |