]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* ada-lang.c: #include "vec.h".
authorJoel Brobecker <brobecker@gnat.com>
Thu, 7 Feb 2008 19:06:51 +0000 (19:06 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 7 Feb 2008 19:06:51 +0000 (19:06 +0000)
commit2ba95b9b7657de57799431f196136961875475c9
treef07e8a389282dfc63f79919c12651264f21785f6
parentea696b7b781e97c6988512296e1a876617da765f
    * ada-lang.c: #include "vec.h".
        (struct string_vector, new_string_vector, string_vector_append):
        Delete.
        (char_ptr): New typedef.
        (DEF_VEC_P (char_ptr)): New VEC type.
        (symbol_completion_add): Update profile to take the new VEC type
        instead of the old string_vector structure. Update code accordingly.
        (ada_make_symbol_completion_list): Use the new VEC type instead of
        the old string_vector structure, and update the code accordingly.
        * Makefile.in (ada-lang.o): Add dependency on vec.h.
gdb/ChangeLog
gdb/Makefile.in
gdb/ada-lang.c