From e5b0dad8fdd72fa4d19343b47546c89f2595c864 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 25 Apr 2011 18:05:37 +0000 Subject: 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 --- contrib/ChangeLog | 4 ++++ contrib/paranoia.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib') 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 + + * paranoia.cc (ENUM_BITFIELD): Remove. + 2011-04-08 Joseph Myers * 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" -- cgit v1.1