2015-02-24 16:09 GMT+03:00 Georg-Johann Lay :
> avr-log.c and respective macros in avr-protos.h still assume that the
> implementation language is C90, i.e. no variadic macros are available.
>
> This patch cleans up the code from the cumbersome old approach and uses
> variadic macros for avr_dump,
avr-log.c and respective macros in avr-protos.h still assume that the
implementation language is C90, i.e. no variadic macros are available.
This patch cleans up the code from the cumbersome old approach and uses
variadic macros for avr_dump, avr_edump and avr_fdump.
Ok for trunk?
Johann