changeset 6928:9f071f0e77be

Obsoleting STDC_HEADERS. From Derek Price.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Jul 2006 12:55:17 +0000
parents fa896bb33133
children 7a1f12aa78c3
files lib/ChangeLog lib/exit.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -9,6 +9,7 @@
 
 	* exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
 	All uses of is_space replaced by isspace.
+	* exit.h: Don't talk about STDC_HEADERS.
 	* fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
 	(ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
 	(ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
--- a/lib/exit.h
+++ b/lib/exit.h
@@ -21,7 +21,7 @@
 /* Get exit() declaration.  */
 #include <stdlib.h>
 
-/* Some systems do not define EXIT_*, even with STDC_HEADERS.  */
+/* Some systems do not define EXIT_*, despite otherwise supporting C89.  */
 #ifndef EXIT_SUCCESS
 # define EXIT_SUCCESS 0
 #endif