Replace some symbol accessor macros with functions.
[deliverable/binutils-gdb.git] / gdb / parse.c
index d161776cf9cd4eac2580112ec4648cfd6e05f179..877b08293b0a658e7e726ae5096481227dcefa61 100644 (file)
@@ -1810,7 +1810,7 @@ operator_check_standard (struct expression *exp, int pos,
 
        /* Check objfile where the variable itself is placed.
           SYMBOL_OBJ_SECTION (symbol) may be NULL.  */
-       if ((*objfile_func) (SYMBOL_OBJFILE (symbol), data))
+       if ((*objfile_func) (symbol_objfile (symbol), data))
          return 1;
 
        /* Check objfile where is placed the code touching the variable.  */
This page took 0.024162 seconds and 4 git commands to generate.