K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-05-28T18:15:04.000000Z K 7 svn:log V 243 Fix formatting, this is hard to explain, so I'll show one example. - float ynf(int n, float x) /* wrapper ynf */ +float +ynf(int n, float x) /* wrapper ynf */ This is because the __STDC__ stuff was indented. Reviewed by: md5 END