Jivin Mike Frysinger lays it down ...
> GCC-2.x has a bug with empty arg expansion in macros.

Applied with updated comment.

At first I wondered which uClinux stubs.h you were patching ;-)

Cheers,
Davidm

> Signed-off-by: Mike Frysinger <vap...@gentoo.org>
> ---
>  stubs.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/stubs.h b/stubs.h
> index 7e5308d..615cab5 100644
> --- a/stubs.h
> +++ b/stubs.h
> @@ -41,7 +41,7 @@
>  #define _debug(lvl, fmt, args...) \
>       do { \
>               if (lvl <= DEBUG) { \
> -                     fprintf(stderr, "%s:%i: " fmt, __func__, __LINE__, ## 
> args); \
> +                     fprintf(stderr, "%s:%i: " fmt, __func__, __LINE__ , ## 
> args); \
>                       fflush(stderr); \
>               } \
>       } while (0)
> -- 
> 1.6.6
> 
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
> 
> 

-- 
David McCullough,  david_mccullo...@securecomputing.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.snapgear.com                http://www.uCdot.org
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to