[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: integer Lua 4.0
- From: "John Belmonte" <jvb@...>
- Date: Fri, 10 Nov 2000 14:33:32 +0900
lhf wrote:
> Right: we use long in Lua when we need *at least* 32 bits, which is what
> ANSI C promises about long.
Then why not use the lint32 type already defined, so that the programmer's
requirement is explicit and so that we may configure a different type when a
long is more than 32 bits and possibly inneficient?
-John