diff options
author | Xin LI <delphij@FreeBSD.org> | 2010-04-20 18:42:51 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2010-04-20 18:42:51 +0000 |
commit | 20c14533dda078fcc83f6ad7f1221933f1fdd87b (patch) | |
tree | b233f95e3f1ecb7f8e66eac5c6ed4fcbcc4684e3 /trees.h | |
parent | 1a0a89c328dc7176c2058e08087761d0b9957ff8 (diff) | |
download | src-vendor/zlib/1.2.5.tar.gz src-vendor/zlib/1.2.5.zip |
Vendor import of zlib 1.2.5.vendor/zlib/1.2.5
Diffstat (limited to 'trees.h')
-rw-r--r-- | trees.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ local const ct_data static_dtree[D_CODES] = { {{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} }; -const uch _dist_code[DIST_CODE_LEN] = { +const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, @@ -99,7 +99,7 @@ const uch _dist_code[DIST_CODE_LEN] = { 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29 }; -const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { +const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, |