summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/cinttypes
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-03-26 10:41:41 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-03-26 10:41:41 +0000
commit5ad2f32df68c9fbba22e3e8333588ccbb0473252 (patch)
tree1f12eb6605b2c844cddddc22b3125023c374596e /libstdc++-v3/include/tr1/cinttypes
parent8dde5924c6d38506f903070704352714d54e6aa8 (diff)
complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h.
2007-03-26 Benjamin Kosnik <bkoz@redhat.com> * include/c_compatibility/complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h. * include/c_compatibility/fenv.h: Same. * include/c_compatibility/inttypes.h: Same. * include/c_compatibility/stdbool.h: Same. * include/c_compatibility/stdint.h: Same. * include/c_compatibility/tgmath.h: Same. * include/tr1/cinttypes: Use include_next. * include/tr1/cstdint: Same. * include/tr1/cstdbool: Same. * acinclude.m4 (GLIBCXX_ENABLE_C99): Add check for tgmath.h * configure: Regenerate. * config.h.in: Same. From-SVN: r123214
Diffstat (limited to 'libstdc++-v3/include/tr1/cinttypes')
-rw-r--r--libstdc++-v3/include/tr1/cinttypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/tr1/cinttypes b/libstdc++-v3/include/tr1/cinttypes
index 398ab1d2e18..e2d2fcdc163 100644
--- a/libstdc++-v3/include/tr1/cinttypes
+++ b/libstdc++-v3/include/tr1/cinttypes
@@ -1,6 +1,6 @@
// TR1 cinttypes -*- C++ -*-
-// Copyright (C) 2006 Free Software Foundation, Inc.
+// Copyright (C) 2006, 2007 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -41,7 +41,7 @@
// For 8.11.1/1 (see C99, Note 184)
#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
+#include_next <inttypes.h>
// namespace std::tr1
namespace std