RE: Possible Bug in bitlib under Windows?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Possible Bug in bitlib under Windows?
- From: "Jeff Wise" <jwise@...>
- Date: 2008年12月12日 12:42:52 -0600
I have had lots of problems with hex constants, probably because my mind is
stuck in the IBM mainframe world. Since 0x'7FFFFFFF is the 32-bit signed
integer representation of the largest possible integer, and if Lua uses
something else (8 byte FLOAT?), then this is a bogus assignment mechanism to
get all ones for a bit comparison/manipulation.