Add langdef arg to la_lookup_symbol_nonlocal.
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index f453ef02d47b2f1e2a99644876bc1c271d48658a..5d4ea2f5c08d491fecbae25b241744ce92836f44 100644 (file)
@@ -5585,7 +5585,8 @@ ada_lookup_symbol (const char *name, const struct block *block0,
 }
 
 static struct symbol *
-ada_lookup_symbol_nonlocal (const char *name,
+ada_lookup_symbol_nonlocal (const struct language_defn *langdef,
+                           const char *name,
                             const struct block *block,
                             const domain_enum domain)
 {
This page took 0.02746 seconds and 4 git commands to generate.