[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] Lua 5.0 (pre-release) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 11 Apr 2003 16:44:20 -0300
> 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