Remove is_a_field_of_this from ada_lookup_symbol
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index f7ce27aca3526d6e9669d4f816ea7539739f480c..2c8f3d6572effc46d9da4370c3893961ff8f2319 100644 (file)
@@ -1041,7 +1041,7 @@ find_primitive_type (struct parser_state *par_state, char *name)
        (char *) alloca (strlen (name) + sizeof ("standard__"));
       strcpy (expanded_name, "standard__");
       strcat (expanded_name, name);
-      sym = ada_lookup_symbol (expanded_name, NULL, VAR_DOMAIN, NULL).symbol;
+      sym = ada_lookup_symbol (expanded_name, NULL, VAR_DOMAIN).symbol;
       if (sym != NULL && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
        type = SYMBOL_TYPE (sym);
     }
This page took 0.026304 seconds and 4 git commands to generate.