Commit 43db6c72 by Paolo Carlini Committed by Paolo Carlini

cinttypes: Remove redundant pragma system_header.

2008-11-18  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/tr1_impl/cinttypes: Remove redundant pragma system_header.
	* include/tr1_impl/cfenv: Likewise.
	* include/tr1_impl/cstdint: Likewise.

From-SVN: r141968
parent 6ea90eb7
2008-11-18 Paolo Carlini <paolo.carlini@oracle.com>
* include/tr1_impl/cinttypes: Remove redundant pragma system_header.
* include/tr1_impl/cfenv: Likewise.
* include/tr1_impl/cstdint: Likewise.
2008-11-13 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/38000
......
......@@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_FENV_TR1
#undef feclearexcept
......
......@@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_INTTYPES_TR1
namespace std
......
......@@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_STDINT_TR1
namespace std
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment