]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (cp_binding_level::this_entity): Rename from this_class.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sat, 31 May 2003 12:53:41 +0000 (12:53 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sat, 31 May 2003 12:53:41 +0000 (12:53 +0000)
commit82a2669ea738ba4bec4112408a16082e7356e7e1
treeba6c2cfc95069e84c2bb826a49ec60521f7c8e40
parent76d3baad59795d627f537ea623b0f0e654c3865a
decl.c (cp_binding_level::this_entity): Rename from this_class.

* decl.c (cp_binding_level::this_entity): Rename from this_class.
(cxx_scope_descriptor): New function.
(cxx_scope_debug): Likewise.
(push_binding_level): Use it.
(pop_binding_level): Likewise.
(suspend_binding_level): Likewise.
(resume_binding_level): Likewise.
(pushlevel_class): Adjust use of this_class.
(pushtag): Likewise.
(lookup_name_real): Likewise.
(global_scope_name): New variable.
(initialize_predefined_identifiers): Initialize it.
(push_namespace): Use it.
(make_cxx_scope): New function.
(pushlevel): Use it.
(pushlevel_class): Likewise.
(push_binding_level): Simplify.  Loose the last two arguments.
(make_binding_level): Remove.
(initial_push__namespace_scope): New function.
(push_namespace): Use it.  Simplify.
(cxx_init_decl_processing): Likewise.
(declare_namespace_level): Remove.

From-SVN: r67269
gcc/cp/ChangeLog
gcc/cp/decl.c