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


On 10/01/2013 01:16 PM, Tom Tromey wrote:
"Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> -  parser->lexer.stream = (const char **) argptr;
Keith> +  parser->lexer.stream = argptr;

Aha, it is fixed here :)  Super.

Yep, there it is. I told you I'd get to it by the patchset's end. :-)

All committed. Thank you Sergio and Tom for looking at this!

Keith


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