Enable prototypes with splint.

CVS patchset: 7434
CVS date: 2004/10/09 16:55:46
This commit is contained in:
jbj 2004-10-09 16:55:46 +00:00
parent 41d1ebf4bd
commit d8822ba626
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
# endif
# endif
#endif
#if defined(__LCLINT__)
# define STDC
#endif
#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
# define STDC
#endif