(exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl; not needed any more.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 07:35:48 +0000 (07:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 07:35:48 +0000 (07:35 +0000)
src/complain.c

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