Obsoleting STDC_HEADERS. From Derek Price.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Jul 2006 12:55:17 +0000 (12:55 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Jul 2006 12:55:17 +0000 (12:55 +0000)
lib/ChangeLog
lib/exit.h

index 2e132d507f9f006a3acf7e8981721266ef677b89..d2782def54156611ef67d109418f02cc4cb6608a 100644 (file)
@@ -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
index 9dbfb7ce851e9c31df8b3817e1a107cf1a254c1d..e8f7738838d26ea76bad538ff07869b30ed4d602 100644 (file)
@@ -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