From: Paolo Carlini Date: Tue, 18 Nov 2008 17:27:10 +0000 (+0000) Subject: cinttypes: Remove redundant pragma system_header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43db6c722af049642c4dd9e504f32cfca668c940;p=gcc.git cinttypes: Remove redundant pragma system_header. 2008-11-18 Paolo Carlini * include/tr1_impl/cinttypes: Remove redundant pragma system_header. * include/tr1_impl/cfenv: Likewise. * include/tr1_impl/cstdint: Likewise. From-SVN: r141968 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4fdec55c266..510bb2c56ce 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-11-18 Paolo Carlini + + * include/tr1_impl/cinttypes: Remove redundant pragma system_header. + * include/tr1_impl/cfenv: Likewise. + * include/tr1_impl/cstdint: Likewise. + 2008-11-13 Paolo Carlini PR libstdc++/38000 diff --git a/libstdc++-v3/include/tr1_impl/cfenv b/libstdc++-v3/include/tr1_impl/cfenv index 2732322977f..65566c89374 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 4e9da08abff..ce5c7af97c5 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 0c63fb4d367..481c989a943 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