Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Apr 2007 12:53:52 +0000 (12:53 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Apr 2007 12:53:52 +0000 (12:53 +0000)
ChangeLog
lib/inttypes_.h

index 09e94417bc3be7b583e7c086d34535f555ab811d..cd0e6e7e2c2781c4fbfe81435b0d4b0056a062d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
        * lib/time_.h [__DECC]: Likewise.
        * lib/wchar_.h [__DECC]: Likewise.
        * lib/wctype_.h [__DECC]: Likewise.
+       * lib/inttypes_.h [__DECC]: Likewise.
        Reported by Albert Chin <china@thewrittenword.com> in
        <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
 
index 3d3ead68aae38e711a3a0d324a4f93eae48105d8..d2af35e677e6216ea98186b0a1ac313966e49582 100644 (file)
    which in turn includes this file.  */
 #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
 # if @HAVE_INTTYPES_H@
-#  include @ABSOLUTE_INTTYPES_H@
+#  ifdef __DECC
+#   include_next <inttypes.h>
+#  else
+#   include @ABSOLUTE_INTTYPES_H@
+#  endif
 # endif
 #endif