diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:55 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:55 -0700 |
commit | 965fe72aed580d518c979c9a33b49e7df28205f7 (patch) | |
tree | d2471c968f71224c415a9b6cb3b4ca01bd0a94ab /trees.h | |
parent | b8c9ecb0765fc39423c07613d909c5193378bdfd (diff) | |
download | zlib-965fe72aed580d518c979c9a33b49e7df28205f7.tar.gz zlib-965fe72aed580d518c979c9a33b49e7df28205f7.tar.bz2 zlib-965fe72aed580d518c979c9a33b49e7df28205f7.zip |
zlib 1.1.0v1.1.0
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] = { | |||
70 | {{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} | 70 | {{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} |
71 | }; | 71 | }; |
72 | 72 | ||
73 | local const uch dist_code[DIST_CODE_LEN] = { | 73 | const uch _dist_code[DIST_CODE_LEN] = { |
74 | 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, | 74 | 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, |
75 | 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, | 75 | 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, |
76 | 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, | 76 | 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, |
@@ -99,7 +99,7 @@ local const uch dist_code[DIST_CODE_LEN] = { | |||
99 | 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29 | 99 | 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29 |
100 | }; | 100 | }; |
101 | 101 | ||
102 | local const uch length_code[MAX_MATCH-MIN_MATCH+1]= { | 102 | const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { |
103 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, | 103 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, |
104 | 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, | 104 | 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, |
105 | 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, | 105 | 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, |