diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2008-11-18 17:27:10 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-11-18 17:27:10 +0000 |
commit | 43db6c722af049642c4dd9e504f32cfca668c940 (patch) | |
tree | 068afd2a7c7ca215228b10f82eeb31a343026534 | |
parent | 6ea90eb7102cf3354bd6fd4288dbf64c6ba73652 (diff) | |
download | gcc-43db6c722af049642c4dd9e504f32cfca668c940.zip gcc-43db6c722af049642c4dd9e504f32cfca668c940.tar.gz gcc-43db6c722af049642c4dd9e504f32cfca668c940.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/tr1_impl/cfenv | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/tr1_impl/cinttypes | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/tr1_impl/cstdint | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4fdec55..510bb2c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/tr1_impl/cfenv b/libstdc++-v3/include/tr1_impl/cfenv index 2732322..65566c8 100644 --- a/libstdc++-v3/include/tr1_impl/cfenv +++ b/libstdc++-v3/include/tr1_impl/cfenv @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_FENV_TR1 #undef feclearexcept diff --git a/libstdc++-v3/include/tr1_impl/cinttypes b/libstdc++-v3/include/tr1_impl/cinttypes index 4e9da08..ce5c7af 100644 --- a/libstdc++-v3/include/tr1_impl/cinttypes +++ b/libstdc++-v3/include/tr1_impl/cinttypes @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_INTTYPES_TR1 namespace std diff --git a/libstdc++-v3/include/tr1_impl/cstdint b/libstdc++-v3/include/tr1_impl/cstdint index 0c63fb4..481c989 100644 --- a/libstdc++-v3/include/tr1_impl/cstdint +++ b/libstdc++-v3/include/tr1_impl/cstdint @@ -32,8 +32,6 @@ * You should not attempt to use it directly. */ -#pragma GCC system_header - #if _GLIBCXX_USE_C99_STDINT_TR1 namespace std |