Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index ff6c3399eafc6e2bfb7e26be1ca996c6f120f90b..788f7a6d3a33b57d0db9690f021faf4c6995b95f 100644 (file)
@@ -28,7 +28,7 @@ struct parser_state;
 #include "value.h"
 #include "gdbtypes.h"
 #include "breakpoint.h"
-#include "common/vec.h"
+#include "gdbsupport/vec.h"
 
 /* Names of specific files known to be part of the runtime
    system and that might consider (confusing) debugging information.
@@ -239,7 +239,7 @@ extern char *ada_fold_name (const char *);
 
 extern struct block_symbol ada_lookup_symbol (const char *,
                                              const struct block *,
-                                             domain_enum, int *);
+                                             domain_enum);
 
 extern void ada_lookup_encoded_symbol
   (const char *name, const struct block *block, domain_enum domain,
This page took 0.024547 seconds and 4 git commands to generate.