This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Move declaration of lang_frame_mismatch_warn to header.
On Tue, Oct 8, 2019 at 7:46 AM Tom Tromey <tom@tromey.com> wrote:
>
> >>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:
>
> Christian> Also makes it localizable.
> Christian> gdb/ChangeLog:
>
> Christian> 2019-10-07 Christian Biesinger <cbiesinger@google.com>
>
> Christian> * language.c (show_language_command): Pass lang_frame_mismatch_warn
> Christian> through _().
> Christian> (lang_frame_mismatch_warn): Make const, mark with N_(), and
> Christian> move comment...
> Christian> * language.h (lang_frame_mismatch_warn): ... here. Also add
> Christian> declaration.
> Christian> * top.c (lang_frame_mismatch_warn): Remove declaration.
> Christian> (check_frame_language_change): Pass lang_frame_mismatch_warn
> Christian> through _().
>
> Thanks, this is ok.
Thanks, pushed.
To ssh://sourceware.org/git/binutils-gdb.git
b7d9d3ee59..34916edc47 HEAD -> master
Christian