diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-10-26 10:25:10 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-10-26 10:25:10 -0700 |
commit | bedea2483b6cf0f5af0f50010031bb56f5512124 (patch) | |
tree | bd1655913a9ed074e33e8b8c07d3f6c2d96b1825 /crc32.c | |
parent | ce12c5cd00628bf8f680c98123a369974d32df15 (diff) | |
download | zlib-bedea2483b6cf0f5af0f50010031bb56f5512124.tar.gz zlib-bedea2483b6cf0f5af0f50010031bb56f5512124.tar.bz2 zlib-bedea2483b6cf0f5af0f50010031bb56f5512124.zip |
Clean up and comment the use of local for static.
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 |