Change how DWARF index writer finds address map
[deliverable/binutils-gdb.git] / gdb / namespace.h
index e6168f77aec1ca1cbf819ff9361c2257f7d7396a..b323dcae37dc6ff3981de6dc5e52ceb252796b9f 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,8 +19,7 @@
 #ifndef NAMESPACE_H
 #define NAMESPACE_H
 
-#include "vec.h"
-#include "gdb_vecs.h"
+#include "gdbsupport/gdb_vecs.h"
 #include "gdb_obstack.h"
 
 /* This struct is designed to store data from using directives.  It
@@ -111,8 +110,8 @@ extern void add_using_directive (struct using_direct **using_directives,
                                 const char *src,
                                 const char *alias,
                                 const char *declaration,
-                                VEC (const_char_ptr) *excludes,
+                                const std::vector<const char *> &excludes,
                                 int copy_names,
-                                 struct obstack *obstack);
+                                struct obstack *obstack);
 
 #endif /* NAMESPACE_H */
This page took 0.024338 seconds and 4 git commands to generate.