On Wed, 2009-11-11 at 06:12 -0800, Zachary T Welch wrote:
> This series systematically updates the command handlers signature:
> 
>       int (*foo)(cmd_ctx, cmd, args, argc)
> 
> to
>       int (*foo)(cmd_ctx, args, argc)
> 
> It does this by unifying all definitions of the signature to a single
> location in command.h, using a set of relatively simple macros.
> 
> It fills the chapter of the developer document how to write commands,
> providing src/hello.c as a pedogogical example of idiomatic techniques.

Pushed, with the numerous modifications suggested in this thread.

Expect all of the useless typedefs to disappear next.

--Z
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to