diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 242c668..92ff3b6 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -2928,7 +2928,7 @@ classify_name (struct parser_state *par_state, const struct block *block, symtab = lookup_symtab (copy); if (symtab) { - yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), + yylval.bval = BLOCKVECTOR_BLOCK (SYMTAB_BLOCKVECTOR (symtab), STATIC_BLOCK); return FILENAME; } |