From: Bruno Haible Date: Mon, 26 Jun 2006 18:03:25 +0000 (+0000) Subject: Correct comments. X-Git-Tag: cvs-readonly~2317 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=04597d099c32b9b380b6c82eed97fb88ef467d2e;p=gnulib.git Correct comments. --- diff --git a/lib/stdint_.h b/lib/stdint_.h index 444a08256..8f96168af 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -75,8 +75,9 @@ /* On some versions of IRIX, the SGI C compiler comes with an , but - in c99 mode, includes , - - in c89 mode, spews warnings. defines only - a subset of the types and macros that are defined in . + - in c89 mode, spews warnings and defines nothing. + defines only a subset of the types and macros that + would define in c99 mode. So we rely only on (included above). It means that in c89 mode, we shadow the contents of warning-spewing . */ # if !(defined(__sgi) && @HAVE_INTTYPES_H@ && !defined(__c99))