diff options
Diffstat (limited to 'libm/s_matherr.c')
-rw-r--r-- | libm/s_matherr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/s_matherr.c b/libm/s_matherr.c index 3ab059362..9a50459c8 100644 --- a/libm/s_matherr.c +++ b/libm/s_matherr.c @@ -14,7 +14,7 @@ #ifndef _IEEE_LIBM - int matherr(struct exception *x) +int matherr(struct exception *x) { int n=0; if(x->arg1!=x->arg1) return 0; |