tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [patch] changing lua_Number to int64_t



fixed a little issue.. (s/LUA_NUMBER_SCAN "%"PRId64/LUA_NUMBER_SCAN
"%"SCNd64).. sorry about that.. =/

On Sat, Nov 16, 2013 at 12:55 AM, Lourival Vieira Neto
<lourival.neto%gmail.com@localhost> wrote:
> *is
>
> On Sat, Nov 16, 2013 at 12:53 AM, Lourival Vieira Neto
> <lourival.neto%gmail.com@localhost> wrote:
>> Hi Folks,
>>
>> Here are a patch that changes lua_Number from 'long long' to 'int64_t'.
>>
>> Regards,
>> --
>> Lourival Vieira Neto
>
> --
> Lourival Vieira Neto



-- 
Lourival Vieira Neto

Attachment: lua_kernel_int64_t-2.patch
Description: Binary data



Home | Main Index | Thread Index | Old Index