vec.c (vec_p_reserve, [...]): Allocation is signed.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 8 Jul 2004 09:39:17 +0000 (09:39 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 8 Jul 2004 09:39:17 +0000 (09:39 +0000)
commit7de5bcccabe7577efb9e734e5534a2318b1f3703
tree2700bf7cb28064eaba654eed36d38552e0016572
parent5df6d966d388fc0c7aae3653f72b37a4c4473646
vec.c (vec_p_reserve, [...]): Allocation is signed.

.: * vec.c (vec_p_reserve, vec_o_reserve): Allocation is signed.
* vec.h (VEC_alloc, VEC_embedded_size, VEC_embedded_init):
Allocation is signed.
(VEC_reserve): Return flag, allocation is signed.
cp:
* name-lookup.c (push_binding): Use VEC_reserve.

From-SVN: r84281
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/vec.c
gcc/vec.h