aboutsummaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crc32.c b/crc32.c
index c12471e..ddf0025 100644
--- a/crc32.c
+++ b/crc32.c
@@ -33,6 +33,9 @@
33#define local static 33#define local static
34 34
35/* Find a four-byte integer type for crc32_little() and crc32_big(). */ 35/* Find a four-byte integer type for crc32_little() and crc32_big(). */
36#ifdef Z_SOLO
37# define NOBYFOUR
38#endif
36#ifndef NOBYFOUR 39#ifndef NOBYFOUR
37# ifdef STDC /* need ANSI C limits.h to determine sizes */ 40# ifdef STDC /* need ANSI C limits.h to determine sizes */
38# include <limits.h> 41# include <limits.h>