On Mon, Apr 19, 2010 at 11:01:40AM -0500, Robert Noland wrote:
...
> >+#ifdef TCC
> >+#define U64_FMT "I64"
> >+#else
> >+#define U64_FMT "llu"
> 
> This is broken on amd64.  It either needs casting or the following patch...

thanks, i prefer passing through an unsigned long long as in
the previous version because %ju seems less portable than %llu

cheers
luigi
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to