From 2a449c4b9d7ba0194be51e8540a10e8a94c5ea54 Mon Sep 17 00:00:00 2001 From: mickey Date: Wed, 2 Apr 1997 05:38:47 +0000 Subject: [PATCH] #ifndef local #define local static #endif --- sys/lib/libz/crc32.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/lib/libz/crc32.c b/sys/lib/libz/crc32.c index fc8fb6a6b12..002d4961020 100644 --- a/sys/lib/libz/crc32.c +++ b/sys/lib/libz/crc32.c @@ -3,11 +3,13 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: crc32.c,v 1.1 1997/02/06 02:56:49 downsj Exp $ */ +/* $Id: crc32.c,v 1.2 1997/04/02 05:38:47 mickey Exp $ */ #include "zlib.h" +#ifndef local #define local static +#endif #ifdef DYNAMIC_CRC_TABLE -- 2.20.1