summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-21 15:57:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-21 15:57:01 (GMT)
commit7231e548e3e4154a4c7eae06aa395288c5a5dc64 (patch)
tree2bf828c13bbabb4df0413a2aab3e80195f669593 /compat
parent97399b2494ad5212668ee6daac2929a4d48cee3f (diff)
parent5bbb147862ea23bdd98ad9dbcb4c539da07a9bbc (diff)
downloadtcl-7231e548e3e4154a4c7eae06aa395288c5a5dc64.zip
tcl-7231e548e3e4154a4c7eae06aa395288c5a5dc64.tar.gz
tcl-7231e548e3e4154a4c7eae06aa395288c5a5dc64.tar.bz2
Merge 8.7
Diffstat (limited to 'compat')
-rw-r--r--compat/zlib/contrib/minizip/crypt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/zlib/contrib/minizip/crypt.h b/compat/zlib/contrib/minizip/crypt.h
index 62dcf77..4da804a 100644
--- a/compat/zlib/contrib/minizip/crypt.h
+++ b/compat/zlib/contrib/minizip/crypt.h
@@ -29,12 +29,6 @@
#define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
-#ifdef Z_U4
- typedef Z_U4 z_crc_t;
-#else
- typedef unsigned long z_crc_t;
-#endif
-
/***********************************************************************
* Return the next byte in the pseudo-random sequence
*/