K 10 svn:author V 3 bde K 8 svn:date V 27 1997-02-24T17:35:33.000000Z K 7 svn:log V 296 Oops, I thought I was fixing the double precision lg10 in the previous revision. Use log10f() instead of log10(). log10f() is currently slightly slower than log10() on P5's, but it is potentially significantly faster. Fixed declaration of the C function used in the (unused?) KR_headers case. END