[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 work editions
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 16 Oct 2010 16:04:08 -0300
> Since Lua 4.2. work1 LUAI_USER_ALIGNMENT_T has moved from luaconfig.h into
> llimits.h surrounded by a CPP guard. The move in files would seem to imply
> that it is not expected for a _normal_ user to add to the union, yet it is
> guarded. Any incites into this?
I think it's so that you can still change it from luaconf.h without having
to edit llimits.h.