K 10 svn:author V 3 bde K 8 svn:date V 27 2000-04-30T10:01:56.000000Z K 7 svn:log V 354 Fixed the type of some ivar access functions. Ivars have type uintptr_t, not u_long. On i386's with 64-bit longs, returning u_longs indirectly in (more than) the space reserved for uintptr_t's tended to corrupt the previous frame pointer in the stack frame, so it was not easy to debug. The type mismatches are hidden by the bogus cast in DEVMETHOD(). END