]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib: comment change.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 14:39:29 +0000 (14:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:38 +0000 (12:13 +0200)
gettext-tools/lib/exit.h

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