lua-users home
lua-l archive

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


since we were at it:
it seems that a MAX macro for LUA_UNSIGNED is not #defined in luaconf.h
so that i had to use ULLONG_MAX from <limits.h> directly instead.