lua-users home
lua-l archive

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


> I've had a dummy attempt at compiling lua for the palm using cygwin and
> m68k-palmos-gcc. I haven't done very far into this for lack of time, but it
> seems that with that compiler, although llimits.h detects 32 bits ints,
> locations in lua code sometimes expect sizes different that what it gets.

Are you sure llimits detects 32 bits? Is it right? (that is, do ints
actually have 32 bits?)

-- Roberto