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:
parent
6ea90eb710
commit
43db6c722a
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue