On Sat, 2005-Jun-04 21:36:53 -0400, Matt Emmerton wrote: >It would probably be better to use int64_t and int32_t instead of long/int, >in order to make the intention more obvious. The intent is to use the widest, efficiently supported type. This is 'long' on all of our architectures. int64_t has to be simulated on i386 and is therefore not an idea choice. -- Peter JeremyReceived on Sun Jun 05 2005 - 04:25:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:35 UTC