diff options
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" |