summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzlib/trees.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-26 16:31:09 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-28 10:44:43 (GMT)
commit152b4f8920d720ed54186ef934d74838d4bc398c (patch)
tree2c3ed0f10b539ba72ce9419a3c707e5496cb52e1 /Utilities/cmzlib/trees.h
parent933293dbc221b5a5280a7e9ab6be69e5c22a38cd (diff)
parentffdaa419d7869cfba14292f303c3facae3be5414 (diff)
downloadCMake-152b4f8920d720ed54186ef934d74838d4bc398c.zip
CMake-152b4f8920d720ed54186ef934d74838d4bc398c.tar.gz
CMake-152b4f8920d720ed54186ef934d74838d4bc398c.tar.bz2
Merge branch 'upstream-zlib' into update-zlib
* upstream-zlib: zlib 2022-03-27 (21767c65)
Diffstat (limited to 'Utilities/cmzlib/trees.h')
-rw-r--r--Utilities/cmzlib/trees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmzlib/trees.h b/Utilities/cmzlib/trees.h
index 72facf9..d35639d 100644
--- a/Utilities/cmzlib/trees.h
+++ b/Utilities/cmzlib/trees.h
@@ -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,