[!defined _LIBC]: Include exit.h.

Remove; now done by exit.h.
This commit is contained in:
Jim Meyering 2003-09-13 10:21:07 +00:00
parent e151df91d8
commit ea2c919bf2

View File

@ -82,8 +82,8 @@ void (*obstack_alloc_failed_handler) (void) = print_and_abort;
/* Exit value used when `print_and_abort' is used. */
# include <stdlib.h>
# ifndef EXIT_FAILURE
# define EXIT_FAILURE 1
# ifndef _LIBC
# include "exit.h"
# endif
int obstack_exit_failure = EXIT_FAILURE;