* Makefile.in: Add dependencies for remote-fileio.o.
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index a07717af165194f8d99865c1b4006514a75fbaab..419b24770b69d54714b860fcdb870804bf8bc97b 100644 (file)
@@ -213,13 +213,12 @@ c_val_print (struct type *type, char *valaddr, int embedded_offset,
                  struct value *vt_val;
                  struct symbol *wsym = (struct symbol *) NULL;
                  struct type *wtype;
-                 struct symtab *s;
                  struct block *block = (struct block *) NULL;
                  int is_this_fld;
 
                  if (msymbol != NULL)
                    wsym = lookup_symbol (DEPRECATED_SYMBOL_NAME (msymbol), block,
-                                         VAR_NAMESPACE, &is_this_fld, &s);
+                                         VAR_DOMAIN, &is_this_fld, NULL);
 
                  if (wsym)
                    {
This page took 0.027324 seconds and 4 git commands to generate.