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 2e132d5..d2782de 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 9dbfb7c..e8f7738 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