* symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
[deliverable/binutils-gdb.git] / gdb / parse.c
index 9c0edf52a22847fccb49d2b41e867bb51a0761d5..09ceaa920251e0c3f498a27badf9166f9daa6306 100644 (file)
@@ -543,7 +543,7 @@ write_dollar_variable (struct stoken str)
      have names beginning with $ or $$.  Check for those, first. */
 
   sym = lookup_symbol (copy_name (str), (struct block *) NULL,
-                      VAR_DOMAIN, (int *) NULL, (struct symtab **) NULL);
+                      VAR_DOMAIN, (int *) NULL);
   if (sym)
     {
       write_exp_elt_opcode (OP_VAR_VALUE);
This page took 0.02386 seconds and 4 git commands to generate.