From 9a72ecd6dc36eab0497dc428d10a6ad1dd87a19a Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Fri, 21 Jul 2006 23:40:02 +0000 Subject: * upgraded gnulib --- lib/exit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exit.h') diff --git a/lib/exit.h b/lib/exit.h index 9dbfb7c..e8f7738 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 -- cgit v1.2.3