mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Some type fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
729b0359b2
commit
d0cf298825
5 changed files with 14 additions and 12 deletions
|
@ -25,7 +25,7 @@
|
|||
</method>
|
||||
<method type="NSDecimalNumber*" factory="yes">
|
||||
<sel>decimalNumberWithMantissa:</sel>
|
||||
<arg type="unsignedlonglong">mantissa</arg>
|
||||
<arg type="unsigned long long">mantissa</arg>
|
||||
<sel>exponent:</sel>
|
||||
<arg type="short">exponent</arg>
|
||||
<sel>isNegative:</sel>
|
||||
|
@ -193,7 +193,7 @@
|
|||
</method>
|
||||
<method type="NSDecimalNumber*">
|
||||
<sel>initWithMantissa:</sel>
|
||||
<arg type="unsignedlonglong">mantissa</arg>
|
||||
<arg type="unsigned long long">mantissa</arg>
|
||||
<sel>exponent:</sel>
|
||||
<arg type="short">exponent</arg>
|
||||
<sel>isNegative:</sel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue