freebsd-dev/lib/msun
Alfred Perlstein 59b19ff14a 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
2002-05-28 18:15:04 +00:00
..
alpha
bsdsrc Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
i387
man Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. 2002-03-26 11:59:29 +00:00
src Fix formatting, this is hard to explain, so I'll show one example. 2002-05-28 18:15:04 +00:00
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00