Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / namespace.h
index 75ae0300227a6b0a7b262ce127be78eba1c9dd13..474ac0fe9cb4d361e7c4718c4ff7244559d1dbfe 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -111,7 +111,7 @@ 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);
 
This page took 0.025868 seconds and 4 git commands to generate.