aboutsummaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crc32.c b/crc32.c
index d49f39c..d4efea3 100644
--- a/crc32.c
+++ b/crc32.c
@@ -30,8 +30,6 @@
30 30
31#include "zutil.h" /* for STDC and FAR definitions */ 31#include "zutil.h" /* for STDC and FAR definitions */
32 32
33#define local static
34
35/* Definitions for doing the crc four data bytes at a time. */ 33/* Definitions for doing the crc four data bytes at a time. */
36#if !defined(NOBYFOUR) && defined(Z_U4) 34#if !defined(NOBYFOUR) && defined(Z_U4)
37# define BYFOUR 35# define BYFOUR