Enable prototypes with splint.
authorjbj <devnull@localhost>
Sat, 9 Oct 2004 16:55:46 +0000 (16:55 +0000)
committerjbj <devnull@localhost>
Sat, 9 Oct 2004 16:55:46 +0000 (16:55 +0000)
CVS patchset: 7434
CVS date: 2004/10/09 16:55:46

zlib/zconf.h

index 4ca1ab6..bf15b48 100644 (file)
 #    endif
 #  endif
 #endif
+#if defined(__LCLINT__)
+#  define STDC
+#endif
 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
 #  define STDC
 #endif