Commit 735c52cd by Paolo Carlini

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
parent dd6c7cdf
...@@ -206,8 +206,7 @@ namespace decimal ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment