diff options
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r-- | gdb/f-exp.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y index 6a422b5..121b247 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -1175,8 +1175,7 @@ yylex () sym = lookup_symbol (tmp, expression_context_block, VAR_DOMAIN, current_language->la_language == language_cplus - ? &is_a_field_of_this : NULL, - NULL); + ? &is_a_field_of_this : NULL); if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF) { yylval.tsym.type = SYMBOL_TYPE (sym); |