lua-users home
lua-l archive

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


>If in Lua long is assumed to be the same size as
>int (i.e. the machines native word size) there seems little point in
>using it at all.

We only use long when we need at least 32 bits. But perhaps we should name it
lua_Long...
--lhf