On 10/17/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
When reviewing HARMONY-1672, there are bits likeres.i = (int32)2147483647; (not part of the patch, but surrounding code...) What is the downside for using INT32_MAX or something portable and appropriate? Wouldnt' that make the code more readable? geir
It is good to use something like. Is it really portable? I cannot find this define in MSVC. -- Ivan Intel Enterprise Solutions Software Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
