diff options
author | jbj <devnull@localhost> | 2002-11-05 23:08:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-11-05 23:08:19 +0000 |
commit | 47b8b814681c26307b0599558634cadf96bcb5da (patch) | |
tree | cf9f5f23349fe2a791c9782382a54b7f5c6bef6b /zlib | |
parent | 75d27753a7d589afce7bc4b3109fce96c30a09f7 (diff) | |
download | librpm-tizen-47b8b814681c26307b0599558634cadf96bcb5da.tar.gz librpm-tizen-47b8b814681c26307b0599558634cadf96bcb5da.tar.bz2 librpm-tizen-47b8b814681c26307b0599558634cadf96bcb5da.zip |
splint fiddles.
CVS patchset: 5828
CVS date: 2002/11/05 23:08:19
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/zconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index dc1910269..40b82068a 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -4,7 +4,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.6 2002/03/17 15:46:23 jbj Exp $ */ +/* @(#) $Id: zconf.h,v 1.7 2002/04/07 19:52:43 jbj Exp $ */ #ifndef _ZCONF_H #define _ZCONF_H @@ -132,7 +132,7 @@ /* Type declarations */ #ifndef OF /* function prototypes */ -# ifdef STDC +# if defined(STDC) || defined(__LCLINT__) # define OF(args) args # else # define OF(args) () |