This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 4/4] Constify parse_linesepc


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> This last patch const-ifies a fair bit of linespec.c around
Keith> parse_linespec.

Thanks.  This is ok.

Keith> -  parser->lexer.stream = (const char **) argptr;
Keith> +  parser->lexer.stream = argptr;

Aha, it is fixed here :)  Super.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]