Use std::vector in compile-loc2c.c
authorTom Tromey <tom@tromey.com>
Fri, 7 Apr 2017 22:05:42 +0000 (16:05 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 12 Apr 2017 17:16:19 +0000 (11:16 -0600)
commit711799d513206f6d8fc3dbfa81dcdecdb2ce6ece
tree9f44163de9be091517f132a0f53876c3648553da
parent52d214d3e1b2f6a1382feafbf2984acdb24c0c95
Use std::vector in compile-loc2c.c

This changes compile-loc2c.c to use std::vector in place of a VEC,
allowing the removal of a cleanup.

gdb/ChangeLog
2017-04-12  Tom Tromey  <tom@tromey.com>

* compile/compile-loc2c.c (compute_stack_depth_worker): Change
type of "to_do".  Update.
(compute_stack_depth): Use std::vector.
gdb/ChangeLog
gdb/compile/compile-loc2c.c
This page took 0.039698 seconds and 4 git commands to generate.