diff options
author | Tom Tromey <tromey@redhat.com> | 2012-01-24 21:36:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-01-24 21:36:37 +0000 |
commit | fa864999823be896ef9d00d06c67a853f588aa22 (patch) | |
tree | f521ced2bb3dfe866843cab35eecf4e06464800e /gdb/charset.c | |
parent | f90263c12471deb24d0fb69c09b8039b1d50af16 (diff) | |
download | gdb-fa864999823be896ef9d00d06c67a853f588aa22.zip gdb-fa864999823be896ef9d00d06c67a853f588aa22.tar.gz gdb-fa864999823be896ef9d00d06c67a853f588aa22.tar.bz2 |
* ada-lang.c: Include gdb_vecs.h.
* charset.c: Include gdb_vecs.h.
* tracepoint.h: Include gdb_vecs.h.
* gdb_vecs.h: New file.
Diffstat (limited to 'gdb/charset.c')
-rw-r--r-- | gdb/charset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/charset.c b/gdb/charset.c index f32736a..62977d1 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -27,6 +27,7 @@ #include "vec.h" #include "environ.h" #include "arch-utils.h" +#include "gdb_vecs.h" #include <stddef.h> #include "gdb_string.h" @@ -717,8 +718,6 @@ wchar_iterate (struct wchar_iterator *iter, extern initialize_file_ftype _initialize_charset; /* -Wmissing-prototype */ -DEF_VEC_P (char_ptr); - static VEC (char_ptr) *charsets; #ifdef PHONY_ICONV |