Ifdef the rint function out for platforms other than Windows (temporary).
Not part of build yet. a=leaf git-svn-id: svn://10.0.0.236/trunk@67916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,6 +60,7 @@ NumberFunctionCall::NumberFunctionCall(short type) : FunctionCall() {
|
||||
}
|
||||
} //-- NumberFunctionCall
|
||||
|
||||
#ifdef WINDOWS
|
||||
static double rint(double r)
|
||||
{
|
||||
double integerPart = 0;
|
||||
@@ -70,6 +71,7 @@ static double rint(double r)
|
||||
|
||||
return integerPart;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Evaluates this Expr based on the given context node and processor state
|
||||
|
||||
Reference in New Issue
Block a user