This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] ada-tasks.c: k&r defn cleanup


> +2002-07-14  Aidan Skinner <aidan@velvet.net>
> +
> +       * ada-tasks.c: change k&r style function definitions to prototyped
> +       form.

Thank you. Some very very minor comments, as I happened to make the same
changes in our tree:

> -info_task (arg, from_tty)
> -     char *arg;
> -     int from_tty;
> +info_task (char * arg, int from_tty)
                    ^-- Remove the space here?


> -_initialize_tasks ()
> +_initialize_tasks (void )
                          ^-- Remove this space.

-- 
Joel


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