summaryrefslogtreecommitdiffstats
path: root/gcc/cp/name-lookup.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-02 10:11:24 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-02 10:11:24 +0000
commit07e4a80b76c8ae344118d2642ef9e5e4004ba7ec (patch)
tree89a88d38688aa3a0550ef426280f096930866d9c /gcc/cp/name-lookup.h
parent65292982ddc214c9ae7a53af3c37432b07f39974 (diff)
downloadppe42-gcc-07e4a80b76c8ae344118d2642ef9e5e4004ba7ec.tar.gz
ppe42-gcc-07e4a80b76c8ae344118d2642ef9e5e4004ba7ec.zip
* name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
* parser.c (struct cp_token): Likewise. (struct cp_parser_token_tree_map_node): Likewise. * lex.c (struct resword): Move const after ENUM_BITFIELD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74169 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r--gcc/cp/name-lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h
index df7615a0db6..8c8b04057f6 100644
--- a/gcc/cp/name-lookup.h
+++ b/gcc/cp/name-lookup.h
@@ -211,7 +211,7 @@ struct cp_binding_level GTY(())
/* The kind of scope that this object represents. However, a
SK_TEMPLATE_SPEC scope is represented with KIND set to
SK_TEMPALTE_PARMS and EXPLICIT_SPEC_P set to true. */
- enum scope_kind kind : 4;
+ ENUM_BITFIELD (scope_kind) kind : 4;
/* True if this scope is an SK_TEMPLATE_SPEC scope. This field is
only valid if KIND == SK_TEMPLATE_PARMS. */
OpenPOWER on IntegriCloud