K 10 svn:author V 3 bde K 8 svn:date V 27 1996-10-12T20:36:15.000000Z K 7 svn:log V 376 Cleaned up: - fixed a sloppy common-style declaration. - removed an unused macro. - moved once-used macros to the one file where they are used. - removed unused forward struct declarations. - removed __pure. - declared inline functions as inline in their prototype as well as in theire definition (gcc unfortunately allows the prototype to be inconsistent). - staticized. END