On Thursday 28 January 2010, Austin, Alex wrote:
> +#ifndef true
> +#define true -1

ANSI-C defines true as "1" not "-1" ... best
to use that for compatibility.

I suspect I'll merge this portability patch with that change...


> +#define false 0
> +#endif

By the way, were those object sizes "size" output (which
removes all kinds of extraneous stuff)?


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

Reply via email to