decimal: Minor formatting and uglification fixes.
2009-10-29 Paolo Carlini <paolo.carlini@oracle.com> * include/decimal/decimal: Minor formatting and uglification fixes. From-SVN: r153702
This commit is contained in:
parent
dd6c7cdf81
commit
735c52cd86
@ -206,8 +206,7 @@ namespace decimal
|
||||
return __coeff * __decexp;
|
||||
}
|
||||
|
||||
static decimal128
|
||||
make_decimal128(unsigned long long __coeff, int __exponent)
|
||||
static decimal128 make_decimal128(unsigned long long __coeff, int __exponent)
|
||||
{
|
||||
decimal128 __decexp = 1, __multiplier;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user