K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-14T03:00:32.000000Z K 7 svn:log V 229 Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. END