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: [PATCH] Remove some uses VEC from parsers


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

>> else
>> {
>> -      VEC_safe_push (token_and_value, token_fifo, &next);
>> +      token_fifo.push_back (next);
>> }

Simon> Can you remove the extra braces, while at it?

Simon> LGTM, thanks!

I pushed it with this change.

Tom


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