decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 7 May 2005 02:29:34 +0000 (02:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 7 May 2005 02:29:34 +0000 (02:29 +0000)
commit9857866d53d6675bfad833ac3a0285fd9c2cba87
tree9e44532889ee3de07440e82a17c4a52c51902938
parent8d9e4906a8d38d856f9a020dcb6f0d7b643b854b
decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.

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

From-SVN: r99346
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h