Clean up and comment the use of local for static.

This commit is contained in:
Mark Adler
2016-10-26 10:25:10 -07:00
parent ce12c5cd00
commit bedea2483b
4 changed files with 6 additions and 6 deletions

View File

@@ -7,8 +7,6 @@
#include "zutil.h"
#define local static
local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
#define BASE 65521U /* largest prime smaller than 65536 */