]> gcc.gnu.org Git - gcc.git/commit
name-lookup.c: New file.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 30 Mar 2003 13:18:18 +0000 (13:18 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 30 Mar 2003 13:18:18 +0000 (13:18 +0000)
commitaed81407a6846ed5ec39837125da4a7a508b5bdb
tree77166001501020e6fe1d5e06685528945d95903b
parentf3926c48ee7655ff6bfef597458f9f1ebcdbbbf7
name-lookup.c: New file.

* name-lookup.c: New file.
* name-lookup.h: Likewise..
* decl.c (push_binding): Adjust use cxx_binding_make.
(free_bindings): Move to name-lookup.c
(pop_binding): Use cxx_binding_free.
(binding_for_name): Tidy.
* cp-tree.h: Include "name-lookup.h"
(cxx_binding_make): Move to name-lookup.h
(cxx_binding_clear): Likewise.
(struct cxx_binding): Likewise.
(LOCAL_BINDING_P): Likewise.
(INHERITED_VALUE_BINDING_P): Likewise.
(BINDING_SCOPE): Likewise.
(BINDING_HAS_LEVEL_P): Likewise.
(BINDING_VALUE): Likewise.
(BINDING_TYPE): Likewise.
* config-lang.in (gtfiles): Add cp/name-lookup.h
* Make-lang.in (cp/name-lookup.o): New rule.
(CXX_OBJS): Add cp/name-lookup.o
(CXX_TREE_H): Add cp/name-lookup.h

From-SVN: r65040
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/config-lang.in
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/name-lookup.c [new file with mode: 0644]
gcc/cp/name-lookup.h [new file with mode: 0644]
This page took 0.056537 seconds and 5 git commands to generate.