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: [7/8] make commands in infcmd.c static


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

>> -void all_registers_info (char *, int);
>> -
>> void registers_info (char *, int);

Joel> You can probably also delete this declaration, as infcmd.c
Joel> includes "inferior.h" which declares it as well:

Joel>     extern void registers_info (char *, int);

Thanks, Joel.
The patch I am checking in also removes this line.

Tom


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