diff options
author | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-25 17:57:24 +0000 |
---|---|---|
committer | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-25 17:57:24 +0000 |
commit | e916c70c82273fa3a68a7a763450185a467ea0a2 (patch) | |
tree | 6f26ca609f256828ce2146879b8488b97aa20f40 /gcc/real.h | |
parent | 5c5069aa140a544adadbb58452d167baf3f991ea (diff) | |
download | gcc-e916c70c82273fa3a68a7a763450185a467ea0a2.tar.gz |
* c-common.c: Rename all identifiers named `class' to `cl'.
* c-decl.c: Likewise.
* c-common.h: Likewise.
* c-parse.in: Likewise.
* c-typeck.c: Likewise.
* genmodes.c: Likewise.
* real.c: Likewise.
* real.h: Likewise.
* recog.c: Likewise.
* recog.h: Likewise.
* regrename.c: Likewise.
* tree.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h index 4200e5ef702..c477be11b62 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -45,7 +45,7 @@ struct real_value GTY(()) /* Use the same underlying type for all bit-fields, so as to make sure they're packed together, otherwise REAL_VALUE_TYPE_SIZE will be miscomputed. */ - unsigned int /* ENUM_BITFIELD (real_value_class) */ class : 2; + unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2; unsigned int sign : 1; unsigned int signalling : 1; unsigned int canonical : 1; |