about summary refs log tree commit diff
path: root/src/engine/external/zlib/trees.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-12-04 17:50:52 +0100
committeroy <Tom_Adams@web.de>2011-12-04 17:50:52 +0100
commit55fe59fa8a11464ff9705e4ca2b206d750d9624e (patch)
tree146e6f4a57752f6f00bc802b4e42e7a4b2a1ac9d /src/engine/external/zlib/trees.h
parent9221f3dda2b89dfa1f0294d402e45b96685b9693 (diff)
downloadzcatch-55fe59fa8a11464ff9705e4ca2b206d750d9624e.tar.gz
zcatch-55fe59fa8a11464ff9705e4ca2b206d750d9624e.zip
updated zlib to 1.2.5
Diffstat (limited to 'src/engine/external/zlib/trees.h')
-rw-r--r--src/engine/external/zlib/trees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/external/zlib/trees.h b/src/engine/external/zlib/trees.h
index 72facf90..d35639d8 100644
--- a/src/engine/external/zlib/trees.h
+++ b/src/engine/external/zlib/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,