diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-04-20 16:57:17 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-04-20 16:57:17 +0000 |
commit | 111dfaae0479f43eab9f3411c90ee03104a2be2d (patch) | |
tree | 7632efd86a88fa6c3e9b22de6439f0955c02662a /gdb/cp-support.h | |
parent | a09130f92fba0d81b853679139d7b6180e144acb (diff) | |
download | gdb-111dfaae0479f43eab9f3411c90ee03104a2be2d.zip gdb-111dfaae0479f43eab9f3411c90ee03104a2be2d.tar.gz gdb-111dfaae0479f43eab9f3411c90ee03104a2be2d.tar.bz2 |
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/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 5988418..03ccb73 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -26,6 +26,7 @@ #include "symtab.h" #include "vec.h" +#include "gdb_vecs.h" #include "gdb_obstack.h" /* Opaque declarations. */ @@ -174,8 +175,6 @@ extern struct type *cp_lookup_rtti_type (const char *name, extern int cp_is_anonymous (const char *namespace); -DEF_VEC_P (const_char_ptr); - extern void cp_add_using_directive (const char *dest, const char *src, const char *alias, |