summaryrefslogtreecommitdiff
path: root/gdb/gdb_vecs.h
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2012-04-20 16:57:17 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2012-04-20 16:57:17 +0000
commit111dfaae0479f43eab9f3411c90ee03104a2be2d (patch)
tree7632efd86a88fa6c3e9b22de6439f0955c02662a /gdb/gdb_vecs.h
parenta09130f92fba0d81b853679139d7b6180e144acb (diff)
downloadbinutils-gdb-111dfaae0479f43eab9f3411c90ee03104a2be2d.tar.gz
2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
* cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC declaration. * gdb_vecs.h: Declare `const_char_ptr' VEC.
Diffstat (limited to 'gdb/gdb_vecs.h')
-rw-r--r--gdb/gdb_vecs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdb_vecs.h b/gdb/gdb_vecs.h
index b9e0b14dd52..ce32de33cb1 100644
--- a/gdb/gdb_vecs.h
+++ b/gdb/gdb_vecs.h
@@ -25,6 +25,8 @@
DEF_VEC_P (char_ptr);
+DEF_VEC_P (const_char_ptr);
+
/* From utils.c: */
extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);