K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T15:27:12.000000Z K 7 svn:log V 515 Moved #include of earlier so that __signed in gets redefined in the non-GNU and non-ANSI cases. Since this hasn't caused problems, there must be no one actually benefitting from the obfuscations supported by . `make CC="cc -traditional"' in /usr/src/bin shows the same. Almost everything is broken in essentially the same way - `const' is used in strings before is included, so `const' is not #defined away until after it is used. Fixed some style bugs. END