Replace the block_found global with explicit data-flow
[deliverable/binutils-gdb.git] / gdb / language.h
index 436fd6ef07452f0d4e794d630fb5c8d298ac79b7..4ecb10320edc2de872a3588a2e578e76b9a9e9c8 100644 (file)
@@ -267,10 +267,11 @@ struct language_defn
        the part of symbol lookup where C looks up static and global
        variables.  */
 
-    struct symbol *(*la_lookup_symbol_nonlocal) (const struct language_defn *,
-                                                const char *,
-                                                const struct block *,
-                                                const domain_enum);
+    struct block_symbol (*la_lookup_symbol_nonlocal)
+      (const struct language_defn *,
+       const char *,
+       const struct block *,
+       const domain_enum);
 
     /* Find the definition of the type with the given name.  */
     struct type *(*la_lookup_transparent_type) (const char *);
This page took 0.024145 seconds and 4 git commands to generate.