lua-users home
lua-l archive

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


> lua_Integer[1] and lua_Unsigned[2] expose the underlying types in the
> documentation and there is an error with the former being long long and
> the later being unsigned long.
> I personally think it would be better to have unsigned lua_Integer if it
> is to be documented.
> 
> [1] http://www.lua.org/work/doc/manual.html#lua_Integer
> [2] http://www.lua.org/work/doc/manual.html#lua_Unsigned

Thanks for the feedback.

-- Roberto