summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_matherr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_matherr.c')
-rw-r--r--lib/msun/src/s_matherr.c5
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;
OpenPOWER on IntegriCloud