aboutsummaryrefslogtreecommitdiff
path: root/gdb/charset.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
committerTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
commitfa864999823be896ef9d00d06c67a853f588aa22 (patch)
treef521ced2bb3dfe866843cab35eecf4e06464800e /gdb/charset.c
parentf90263c12471deb24d0fb69c09b8039b1d50af16 (diff)
downloadgdb-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.c3
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