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


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

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

    extern void registers_info (char *, int);

-- 
Joel


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