]> git.ipfire.org Git - thirdparty/gcc.git/commit
class.c (local_classes, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 2 May 2005 18:36:24 +0000 (18:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 2 May 2005 18:36:24 +0000 (18:36 +0000)
commit806aa9014b8ce5c3d896ff8cde6ef5021bd73043
treefe84fa00e06e1b8c8289fa2592d1384c032ce778
parenta6e4d85b506e3424a02c752661b47e35efe1ee05
class.c (local_classes, [...]): Use VEC instead of VARRAY.

* class.c (local_classes, init_class_processing): Use VEC
instead of VARRAY.
* cp-tree.h (local_classes): Likewise.
* mangle.c (discriminator_for_local_entity): Likewise.
* name-lookup.c (pushtag): Likewise.

From-SVN: r99115
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/mangle.c
gcc/cp/name-lookup.c