changeset 6868:6a5c1b91a7eb

Fix typo.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Jun 2006 17:49:53 +0000
parents 1cc0079e942e
children 472b8fa00b53
files lib/stdint_.h m4/stdint.m4
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -79,7 +79,7 @@
          a subset of the types and macros that are defined in <stdint.h>.
      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))
+# if !(defined(__sgi) && @HAVE_INTTYPES_H@ && !defined(__c99))
 #  include @FULL_PATH_STDINT_H@
 # endif
 #endif
--- a/m4/stdint.m4
+++ b/m4/stdint.m4
@@ -114,7 +114,7 @@
 #if (defined(__hpux) || defined(_AIX)) && HAVE_INTTYPES_H
 # include FULL_PATH_INTTYPES_H
 #endif
-#if HAVE_STDINT_H && !(defined(__sgi) && HAVE_INTTYPES_H && !defined(_c99))
+#if HAVE_STDINT_H && !(defined(__sgi) && HAVE_INTTYPES_H && !defined(__c99))
 # include FULL_PATH_STDINT_H
 #endif
 '