mirror of git://gcc.gnu.org/git/gcc.git
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;
|
return __coeff * __decexp;
|
||||||
}
|
}
|
||||||
|
|
||||||
static decimal128
|
static decimal128 make_decimal128(unsigned long long __coeff, int __exponent)
|
||||||
make_decimal128(unsigned long long __coeff, int __exponent)
|
|
||||||
{
|
{
|
||||||
decimal128 __decexp = 1, __multiplier;
|
decimal128 __decexp = 1, __multiplier;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue