This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 2/4] Constify struct stoken.ptr
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gdb-patches\ at sourceware dot org ml" <gdb-patches at sourceware dot org>
- Date: Tue, 01 Oct 2013 14:12:11 -0600
- Subject: Re: [RFA 2/4] Constify struct stoken.ptr
- Authentication-results: sourceware.org; auth=none
- References: <5249C97A dot 4080505 at redhat dot com>
>>>>> "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