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/paranoia.cc | |
parent | 482829acf2c9c685445ef08f6e1300898e1f2468 (diff) | |
download | gcc-e5b0dad8fdd72fa4d19343b47546c89f2595c864.tar.gz |
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/paranoia.cc')
-rw-r--r-- | contrib/paranoia.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/paranoia.cc b/contrib/paranoia.cc index ce21d3520ca..8e8500e2389 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" |