From 04597d099c32b9b380b6c82eed97fb88ef467d2e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 26 Jun 2006 18:03:25 +0000 Subject: [PATCH] Correct comments. --- lib/stdint_.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/stdint_.h b/lib/stdint_.h index 444a08256c..8f96168af8 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)) -- 2.30.2