* ada-lang.c: Include gdb_vecs.h.

* charset.c: Include gdb_vecs.h.
	* tracepoint.h: Include gdb_vecs.h.
	* gdb_vecs.h: New file.
This commit is contained in:
Tom Tromey 2012-01-24 21:36:37 +00:00
parent f90263c124
commit fa86499982
5 changed files with 38 additions and 6 deletions

View file

@ -57,6 +57,7 @@
#include "observer.h"
#include "vec.h"
#include "stack.h"
#include "gdb_vecs.h"
#include "psymtab.h"
#include "value.h"
@ -5628,8 +5629,6 @@ symbol_completion_match (const char *sym_name,
return sym_name;
}
DEF_VEC_P (char_ptr);
/* A companion function to ada_make_symbol_completion_list().
Check if SYM_NAME represents a symbol which name would be suitable
to complete TEXT (TEXT_LEN is the length of TEXT), in which case