]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make-lang.in (cp/pt.o): Depend on vecprim.h.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 15 Apr 2006 12:40:14 +0000 (12:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 15 Apr 2006 12:40:14 +0000 (12:40 +0000)
commit5382402614d971f843c144c7a34cd6b075504e45
treeda3915f6ba52bb5facf787bf868d494bd0be9dd0
parenta01de5ece55c8b495118daa649e6ab5eb78912ca
Make-lang.in (cp/pt.o): Depend on vecprim.h.

* Make-lang.in (cp/pt.o): Depend on vecprim.h.
* pt.c: Include vecprim.h.
(inline_parm_levels): Change the type to VEC(int,heap) *.
(inline_parm_levels_used): Remove.
(maybe_begin_member_template_processing,
maybe_end_member_template_processing): Use VEC instead of
VARRAY.

From-SVN: r112969
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/pt.c