mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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
@ -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…
Reference in New Issue
Block a user