Mac: Finish changes for XCode 4.1 and GCC 4.2

svn path=/trunk/boinc/; revision=23876
This commit is contained in:
Charlie Fenton 2011-07-26 10:33:42 +00:00
parent a84569fcd0
commit 0b010d60b2
1 changed files with 1 additions and 1 deletions

View File

@ -56180,7 +56180,7 @@ static i64 doubleToInt64(double r){
static const i64 minInt = (((i64)-1) - (0xffffffff|(((i64)0x7fffffff)<<32)));
#else
static const i64 maxInt = LARGEST_INT64;
static const i64 minInt = SMALLEST_INT64; */
static const i64 minInt = SMALLEST_INT64;
#endif
if( r<(double)minInt ){