~ubuntu-branches/debian/sid/ccache/sid

« back to all changes in this revision

Viewing changes to zlib/trees.h

  • Committer: Package Import Robot
  • Author(s): Joel Rosdahl
  • Date: 2015-05-10 15:00:50 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20150510150050-4f41s2uddl17ryuc
Tags: 3.2.2-1
* New upstream release 3.2.2 (closes: #248892, #778388)
* Update debian/copyright to match ccache 3.2.2
* Create symlinks for clang variants in /usr/lib/ccache (closes: #624589)
* Switch package maintainer to Joel Rosdahl

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
{{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}}
71
71
};
72
72
 
73
 
const uch _dist_code[DIST_CODE_LEN] = {
 
73
const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
74
74
 0,  1,  2,  3,  4,  4,  5,  5,  6,  6,  6,  6,  7,  7,  7,  7,  8,  8,  8,  8,
75
75
 8,  8,  8,  8,  9,  9,  9,  9,  9,  9,  9,  9, 10, 10, 10, 10, 10, 10, 10, 10,
76
76
10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
99
99
29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29
100
100
};
101
101
 
102
 
const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
 
102
const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
103
103
 0,  1,  2,  3,  4,  5,  6,  7,  8,  8,  9,  9, 10, 10, 11, 11, 12, 12, 12, 12,
104
104
13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16,
105
105
17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19,