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 2/4] Constify struct stoken.ptr


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

Keith> In this next patch, as I mentioned in the previous email on this
Keith> series, the temporary casting needed for struct stoken.ptr is removed
Keith> (stoken.ptr is made const).

This is ok.
Thanks again, I think this series is quite nice.

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

I have a feeling maybe this is fixed on my constification branch.
Can't remember for sure though.

Tom


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