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
This commit is contained in:
Paolo Carlini 2008-11-18 17:27:10 +00:00 committed by Paolo Carlini
parent 6ea90eb710
commit 43db6c722a
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_FENV_TR1
#undef feclearexcept

View File

@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_INTTYPES_TR1
namespace std

View File

@ -32,8 +32,6 @@
* You should not attempt to use it directly.
*/
#pragma GCC system_header
#if _GLIBCXX_USE_C99_STDINT_TR1
namespace std