* 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
 
 /* 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