summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-09 16:55:46 +0000
committerjbj <devnull@localhost>2004-10-09 16:55:46 +0000
commitd8822ba626caea60e6310157c1a180cde16bfe0a (patch)
tree4cff72f8026bfd2eac8f6e74f7d11e0dc2461045
parent41d1ebf4bdec32219afce270140979f4f92104f3 (diff)
downloadrpm-d8822ba626caea60e6310157c1a180cde16bfe0a.tar.gz
rpm-d8822ba626caea60e6310157c1a180cde16bfe0a.tar.bz2
rpm-d8822ba626caea60e6310157c1a180cde16bfe0a.zip
Enable prototypes with splint.
CVS patchset: 7434 CVS date: 2004/10/09 16:55:46
-rw-r--r--zlib/zconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h
index 4ca1ab642..bf15b48b6 100644
--- a/zlib/zconf.h
+++ b/zlib/zconf.h
@@ -136,6 +136,9 @@
# endif
# endif
#endif
+#if defined(__LCLINT__)
+# define STDC
+#endif
#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
# define STDC
#endif