This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 6/9] Remove VEC definitions from linespec.c
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Since they are now no longer necessary, this patch removes the typedefs
Keith> and VEC definitions for bound_minimal_symbol_d and symbolp.
Keith> gdb/ChangeLog:
Keith> * linespec.c (symbolp): Remove typedef and VEC definitions.
Keith> (bound_minimal_symbol_d): Likewise.
Nice. This is ok.
Tom