K 10 svn:author V 3 bde K 8 svn:date V 27 1997-09-16T13:52:04.000000Z K 7 svn:log V 382 Fixed staticization. buckets[] was staticized but was still declared extern in and it should not have been staticized for the !(KMEMSTATS || DIAGNOSTIC) case. Fixed the !(KMEMSTATS || DIAGNOSTIC) case. The MALLOC() and FREE() macros are evil, but code generally doesn't allow for this and some code involving else clauses did not compile. Finished staticization. END