lua-users home
lua-l archive

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


2013/7/6 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.3.0 (work1) is now available for testing at
>         http://www.lua.org/work/lua-5.3.0-work1.tar.gz

The values of MAX_INTEGER and MIN_INTEGER from llimits.h need to
be accessible to Lua programs, maybe math.maxint, math.minint.