lua-users home
lua-l archive

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


> Just some minor feedback.
> 
> [...]
> 
> My thinking/expectation is that by using LUA_32BITS, I will get 32-bit
> even on 64-bit builds.
> 
> Thus, I think LUA_INT_INT would be better, unless there are platforms
> in mainstream use where int resolves to 16-bits.

Many thanks for the feedback. The final version will use LUA_INT_INT
unless 'int' is too small (an easy '#if' test based on INT_MAX).

-- Roberto