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: [RFC] Cleanup for make_source_files_completion_list


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

Keith> make_source_files_completion_list is only ever called with the first
Keith> parameter twice, e.g.,
Keith>   fn_list = make_source_files_completion_list (text, text);
Keith> Is there any reason to not whack the second parameter as the following
Keith> patch does?

It makes me wonder if those calls are wrong somehow.

But if those calls are correct then the patch is ok.

Tom


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