diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-25 18:05:37 +0000 |
---|---|---|
committer | Jan Kratochvil <jkratoch@gcc.gnu.org> | 2011-04-25 18:05:37 +0000 |
commit | e5b0dad8fdd72fa4d19343b47546c89f2595c864 (patch) | |
tree | 1aa599e5471722eac22c8d3e11ec5a6fc3e2af51 /contrib | |
parent | 482829acf2c9c685445ef08f6e1300898e1f2468 (diff) | |
download | gcc-e5b0dad8fdd72fa4d19343b47546c89f2595c864.zip gcc-e5b0dad8fdd72fa4d19343b47546c89f2595c864.tar.gz gcc-e5b0dad8fdd72fa4d19343b47546c89f2595c864.tar.bz2 |
ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
include/
* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
contrib/
* paranoia.cc (ENUM_BITFIELD): Remove.
gcc/
* system.h (ENUM_BITFIELD): Remove.
libcpp/
* system.h (ENUM_BITFIELD): Remove.
From-SVN: r172933
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/paranoia.cc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8363e78..c6adbc87 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com> + + * paranoia.cc (ENUM_BITFIELD): Remove. + 2011-04-08 Joseph Myers <joseph@codesourcery.com> * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies. diff --git a/contrib/paranoia.cc b/contrib/paranoia.cc index ce21d35..8e8500e 100644 --- a/contrib/paranoia.cc +++ b/contrib/paranoia.cc @@ -169,7 +169,6 @@ lines }; #undef DEFTREECODE -#define ENUM_BITFIELD(X) enum X #define class klass #include "real.h" |