diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-09 13:55:20 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-09 13:55:20 +0200 |
commit | 0db1040667b13c0f9405af810f669857a487b08e (patch) | |
tree | c34690bf413bc7a5ffc807390ca3e7f435831879 /inftrees.h | |
parent | e88676a00e1445e3ff30428e8fd16287896c989a (diff) |
Remove FAR definition
Remove a few leftovers from the legacy OS support removal
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,6 +57,6 @@ typedef enum { DISTS } codetype; -int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, - unsigned codes, code FAR * FAR *table, - unsigned FAR *bits, unsigned short FAR *work)); +int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short *lens, + unsigned codes, code * *table, + unsigned *bits, unsigned short *work)); |