From: Bruno Haible Date: Sat, 22 Jul 2006 14:39:29 +0000 (+0000) Subject: Update from gnulib: comment change. X-Git-Tag: 0.16.x-branchpoint~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc6773fa6bed415f93af46da0f37e103d0616b2;p=thirdparty%2Fgettext.git Update from gnulib: comment change. --- diff --git a/gettext-tools/lib/exit.h b/gettext-tools/lib/exit.h index 9dbfb7ce8..e8f773883 100644 --- a/gettext-tools/lib/exit.h +++ b/gettext-tools/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