lua-users home
lua-l archive

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


On Wed, Jul 13, 2011 at 8:36 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> All feedback welcome. Thanks.

luaconf.h seems to be slightly inconsistent with regard to Visual
C++'s architecture macros:
1) MS_ASMTRICK is guarded by a check for M_IX86, but MSDN suggests
that _M_IX86 is what should be used.
2) LUA_IEEEENDIAN=0 is guarded by several alternatives, but _M_IX86 is
not one of them (nor for that matter is _M_X64).