K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-15T09:01:18.000000Z K 7 svn:log V 305 Don't cast pointers to longs in asms. Changed all remaining longs to int32_t's and all unsigned longs to u_int32_t's. Fixed the one printf format broken by this. The old math emulator now compiles cleanly on i386's with 64-bit longs. It may even work, provided suword() doesn't actually write a long. END