summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-10-26 10:25:10 -0700
committerMark Adler <madler@alumni.caltech.edu>2016-10-26 10:25:10 -0700
commitbedea2483b6cf0f5af0f50010031bb56f5512124 (patch)
treebd1655913a9ed074e33e8b8c07d3f6c2d96b1825 /crc32.c
parentce12c5cd00628bf8f680c98123a369974d32df15 (diff)
downloadzlib-bedea2483b6cf0f5af0f50010031bb56f5512124.tar.gz
Clean up and comment the use of local for static.
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 @@
#include "zutil.h" /* for STDC and FAR definitions */
-#define local static
-
/* Definitions for doing the crc four data bytes at a time. */
#if !defined(NOBYFOUR) && defined(Z_U4)
# define BYFOUR