From bedea2483b6cf0f5af0f50010031bb56f5512124 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 26 Oct 2016 10:25:10 -0700 Subject: Clean up and comment the use of local for static. --- crc32.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crc32.c') 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 -- cgit v1.2.3-55-g6feb