In article <[email protected]>, Bernd Walter <[email protected]> wrote: > On Sat, Aug 07, 1999 at 05:38:48PM +0800, Peter Wemm wrote: > > > > But not on the Alpha... int64_t is a long there, and gcc complains unless > > you use %ld. > Mmm and long is 32Bit it seems.
No, longs are 64 bits on the Alpha. Ints are 32 bits, though. John -- John Polstra [email protected] John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

