On 15-nov-2007, at 12:00, Jack Jansen wrote:
> I'm not near the machine right now, but I wouldn't be surprised if a
> simple
>     printf("%lld %d %lld", (long long)42, 43, 44);
> shows the problem.

Make that
     printf("%lld %d %lld", (long long)42, 43, (long long)44);
of course...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to