K 10 svn:author V 3 bde K 8 svn:date V 27 2000-02-17T18:37:45.000000Z K 7 svn:log V 583 Don't include in in the i386 case. This fixes some namespace pollution in general and breakage of modules that aren't in the sys tree in particular ( includes further headers that aren't installed under /usr/include). Reimplemented SPLASSERT() so that it is more machine independent and less bloated and doesn't require the include spam. In particular, don't assume that `cpl' can be printed using %08x format. The alpha arch doesn't even have `cpl'. SPLASSERT() was harmless on alphas because it isn't actually used. END