>why not use %zu?
Because make was free of such things.
I've tested %zu on all the OS's I have access to though,
and since they all coped, changed it to use %zu
> On Fri, Jun 10, 2011 at 11:57:39PM +, Simon J. Gerraty wrote:
> > Module Name:src
> > Committed By: sjg
> > Date: Fri Jun 10 23:57:39 UTC 2011
> >
> > Modified Files:
> > src/usr.bin/make: meta.c
> >
> > Log Message:
> > size_t on amd64 doesn't like %u, use
> Module Name: src
> Committed By: matt
> Date: Sat Jun 11 00:59:44 UTC 2011
>
> Modified Files:
> src/gnu/usr.bin/gcc4/arch/powerpc: configargs.h
>
> Log Message:
> If compiled with -msoft-float, make the compiler emit soft float code
> by default.
are you the essense of evil.
On Fri, Jun 10, 2011 at 11:57:39PM +, Simon J. Gerraty wrote:
> Module Name: src
> Committed By: sjg
> Date: Fri Jun 10 23:57:39 UTC 2011
>
> Modified Files:
> src/usr.bin/make: meta.c
>
> Log Message:
> size_t on amd64 doesn't like %u, use a cast.
%zu?
- Jukka.
On Jun 10, 2011, at 4:57 PM, Simon J. Gerraty wrote:
> Module Name: src
> Committed By: sjg
> Date: Fri Jun 10 23:57:39 UTC 2011
>
> Modified Files:
> src/usr.bin/make: meta.c
>
> Log Message:
> size_t on amd64 doesn't like %u, use a cast.
why not use %zu?