X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fc-exp.y;h=61fa2fe684db009c2fe1dd5a6c19d03d05bb6328;hb=211d5b1c18eb96459289e17b58e91fad46708173;hp=5ec84eb8ed7abcd09287c2aaab10a53f5095a44e;hpb=889d527eb43c90cc37e757a3cddd0837c3fd9dd9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 5ec84eb8ed..61fa2fe684 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -2632,8 +2632,7 @@ lex_one_token (struct parser_state *par_state, bool *is_quoted_name) if (! scanning_macro_expansion ()) { char *expanded = macro_expand_next (&pstate->lexptr, - standard_macro_lookup, - expression_macro_scope); + *expression_macro_scope); if (expanded) scan_macro_expansion (expanded);