2003-05-14 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index a07717af165194f8d99865c1b4006514a75fbaab..848f7ac8adea03c22c18ce078754ca5ba3052171 100644 (file)
@@ -219,7 +219,7 @@ c_val_print (struct type *type, char *valaddr, int embedded_offset,
 
                  if (msymbol != NULL)
                    wsym = lookup_symbol (DEPRECATED_SYMBOL_NAME (msymbol), block,
-                                         VAR_NAMESPACE, &is_this_fld, &s);
+                                         VAR_DOMAIN, &is_this_fld, &s);
 
                  if (wsym)
                    {
This page took 0.025019 seconds and 4 git commands to generate.