On Mon, 10 Apr 2000, Jun-ichiro itojun Hagino wrote: > sorry for very dumb question, what is sizeof(long) on sparc32 and > sparc64? are they different or equal? on MACHINE_ARCH==sparc sizeof(long)==4 on MACHINE_ARCH==sparc64 sizeof(long)==8 Eduardo Horvath