mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user