From: mickey Date: Wed, 2 Apr 1997 05:38:47 +0000 (+0000) Subject: #ifndef local X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2a449c4b9d7ba0194be51e8540a10e8a94c5ea54;p=openbsd #ifndef local #define local static #endif --- 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