diff options
author | alfred <alfred@FreeBSD.org> | 2002-05-28 17:51:46 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-05-28 17:51:46 +0000 |
commit | 0b8481982efa5a2fbb83aa12204256ce07220437 (patch) | |
tree | 8cb4143d5f74c1c235f3d5ef0547bdf3f395a536 /lib/msun/src/s_matherr.c | |
parent | d6fede3824f3a355c70642befd5bc0ec0d78ff1a (diff) | |
download | FreeBSD-src-0b8481982efa5a2fbb83aa12204256ce07220437.zip FreeBSD-src-0b8481982efa5a2fbb83aa12204256ce07220437.tar.gz |
Assume __STDC__, remove non-__STDC__ code.
Reviewed by: md5
Diffstat (limited to 'lib/msun/src/s_matherr.c')
-rw-r--r-- | lib/msun/src/s_matherr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/s_matherr.c b/lib/msun/src/s_matherr.c index 3f7a827..7b8937b 100644 --- a/lib/msun/src/s_matherr.c +++ b/lib/msun/src/s_matherr.c @@ -17,12 +17,7 @@ static char rcsid[] = "$FreeBSD$"; #include "math.h" #include "math_private.h" -#ifdef __STDC__ int matherr(struct exception *x) -#else - int matherr(x) - struct exception *x; -#endif { int n=0; if(x->arg1!=x->arg1) return 0; |