On 10 Dec 2014, at 09:29, Christoph Moench-Tegeder wrote:
>
> ## Daniel Morante (dan...@morante.net):
>
>> I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it fails
>> on this line:
>>
>> inline int64 GetMaxMoney() { return nBestHeight <= HARDFORK_HEIGHT_1 ?
>> 500 * COIN
On 10/12/2014 7:11 PM, Daniel Morante wrote:
> I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it
> fails on this line:
>
> inline int64 GetMaxMoney() { return nBestHeight <= HARDFORK_HEIGHT_1 ?
> 500 * COIN : 250 * COIN; }
>
> With the following error:
>
> "integer
## Daniel Morante (dan...@morante.net):
> I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it fails
> on this line:
>
> inline int64 GetMaxMoney() { return nBestHeight <= HARDFORK_HEIGHT_1 ?
> 500 * COIN : 250 * COIN; }
>
> With the following error:
>
> "integer