diff options
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |