]> gcc.gnu.org Git - gcc.git/commit
class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 2 May 2005 20:49:16 +0000 (20:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 2 May 2005 20:49:16 +0000 (20:49 +0000)
commitaff447417f3d5cd331129f0646d5da16e915b3fe
tree8f5237cf0617ac2ff64933da95c37fa5dde1cba2
parent6fb58bba49ae8e0afaf502975e6fa30cbc288ed0
class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.

* class.c (current_lang_depth, push_lang_context,
pop_lang_context): Use VEC instead of VARRAY.
* cp-tree.h (saved_scope): Use VEC for lang_base instead of
VARRAY.
* name-lookup.c (push_to_top_level): Use VEC instead of
VARRAY.

From-SVN: r99121
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
This page took 0.065851 seconds and 5 git commands to generate.