Fix typo.
authorBruno Haible <bruno@clisp.org>
Mon, 26 Jun 2006 17:49:53 +0000 (17:49 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 26 Jun 2006 17:49:53 +0000 (17:49 +0000)
lib/stdint_.h
m4/stdint.m4

index 09e7862..444a082 100644 (file)
@@ -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
index bbc7e57..e529ef3 100644 (file)
@@ -114,7 +114,7 @@ typedef int array [2 * (POW63 != 0 && POW64 == 0) - 1];
 #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
 '