Mercurial > hg > octave-kai > gnulib-hg
comparison lib/fatal.c @ 4696:4753d416bf20
Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 12 Sep 2003 20:14:10 +0000 |
parents | 9f5b3245e524 |
children |
comparison
equal
deleted
inserted
replaced
4695:4cd5b2420ecf | 4696:4753d416bf20 |
---|---|
18 | 18 |
19 #ifdef HAVE_CONFIG_H | 19 #ifdef HAVE_CONFIG_H |
20 # include <config.h> | 20 # include <config.h> |
21 #endif | 21 #endif |
22 | 22 |
23 /* FIXME: define EXIT_FAILURE */ | |
24 | |
25 #include "fatal.h" | 23 #include "fatal.h" |
26 | 24 |
25 #include "exit.h" | |
27 #include <stdarg.h> | 26 #include <stdarg.h> |
28 #include <stdio.h> | 27 #include <stdio.h> |
29 #include <stdlib.h> | 28 #include <stdlib.h> |
30 #include <string.h> | 29 #include <string.h> |
31 | 30 |