changeset 6869:472b8fa00b53

Correct comments.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Jun 2006 18:03:25 +0000
parents 6a5c1b91a7eb
children 26528749c48b
files lib/stdint_.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -75,8 +75,9 @@
   /* On some versions of IRIX, the SGI C compiler comes with an <stdint.h>,
      but
        - in c99 mode, <inttypes.h> includes <stdint.h>,
-       - in c89 mode, <stdint.h> spews warnings. <inttypes.h> defines only
-         a subset of the types and macros that are defined in <stdint.h>.
+       - in c89 mode, <stdint.h> spews warnings and defines nothing.
+         <inttypes.h> defines only a subset of the types and macros that
+         <stdint.h> would define in c99 mode.
      So we rely only on <inttypes.h> (included above).  It means that in
      c89 mode, we shadow the contents of warning-spewing <stdint.h>.  */
 # if !(defined(__sgi) && @HAVE_INTTYPES_H@ && !defined(__c99))