From c7d6f37535ca60dc3d50b7fc26fb474330a5b2f8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 6 Jul 2006 12:55:17 +0000 Subject: [PATCH] Obsoleting STDC_HEADERS. From Derek Price. --- lib/ChangeLog | 1 + lib/exit.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 2e132d507f..d2782def54 100644 --- 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 diff --git a/lib/exit.h b/lib/exit.h index 9dbfb7ce85..e8f7738838 100644 --- a/lib/exit.h +++ b/lib/exit.h @@ -21,7 +21,7 @@ /* Get exit() declaration. */ #include -/* 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 -- 2.30.2