name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
authorRichard Henderson <rth@redhat.com>
Tue, 2 Dec 2003 10:11:24 +0000 (02:11 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 2 Dec 2003 10:11:24 +0000 (02:11 -0800)
commitdf2b750fc14c757455d3ea296121ffe797edb217
tree89a88d38688aa3a0550ef426280f096930866d9c
parent142b798be5651ea1ca4959d27f9144a78768d184
name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.

        * 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.

From-SVN: r74169
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/name-lookup.h
gcc/cp/parser.c