lua-users home
lua-l archive

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


> You can avoid some of these warnings by adjusting llimits.h:
>
> > /* an unsigned integer big enough to count the total memory used by Lua */
> > typedef unsigned long lu_mem;
>
> I supose you have to change that to "unsigned long long", or maybe "size_t".

size_t should work (given a flat address space, which I think Lua
assumes). unsigned long long is non-standard.

-- 
http://sc3d.org/rrt/
Kleineken: refreshes the dimensions other beers cannot reach