summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-09 13:55:20 +0200
committerhansr <hk-git@circlestorm.org>2014-10-09 13:55:20 +0200
commit0db1040667b13c0f9405af810f669857a487b08e (patch)
treec34690bf413bc7a5ffc807390ca3e7f435831879 /inftrees.h
parente88676a00e1445e3ff30428e8fd16287896c989a (diff)
Remove FAR definition
Remove a few leftovers from the legacy OS support removal
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inftrees.h b/inftrees.h
index baa53a0..c20f96b 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -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));