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:
Paolo Carlini 2009-10-29 13:15:51 +00:00
parent dd6c7cdf81
commit 735c52cd86
1 changed files with 1 additions and 2 deletions

View File

@ -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;