* decl.c (wrapup_globals_for_namespace): Use VEC instead of
commit1ae02380e04a0d87942ca2f6328614edf7aa655d
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 May 2005 02:29:34 +0000 (7 02:29 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 May 2005 02:29:34 +0000 (7 02:29 +0000)
tree9e44532889ee3de07440e82a17c4a52c51902938
parentff178c070e876b5708b769fb97a861579f2fc74c
* decl.c (wrapup_globals_for_namespace): Use VEC instead of
VARRAY.
* name-lookup.c (add_decl_to_level, begin_scope): Likewise.
* name-lookup.h (cp_binding_level): Change the type of
static_decls to VEC(tree,gc)*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99346 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h