(exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl; not needed any more.

This commit is contained in:
Paul Eggert
2002-10-23 07:35:48 +00:00
parent e95aed631d
commit e0c74f0d34

View File

@@ -29,8 +29,6 @@
#if STDC_HEADERS || _LIBC
# include <stdlib.h>
# include <string.h>
#else
void exit ();
#endif
#include "complain.h"