diff options
Diffstat (limited to 'libgcc-math/dbl-64/mpa.c')
-rw-r--r-- | libgcc-math/dbl-64/mpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc-math/dbl-64/mpa.c b/libgcc-math/dbl-64/mpa.c index 68647ba..85d9647 100644 --- a/libgcc-math/dbl-64/mpa.c +++ b/libgcc-math/dbl-64/mpa.c @@ -47,7 +47,7 @@ #include "endian.h" #include "mpa.h" #include "mpa2.h" -#include <sys/param.h> /* For MIN() */ + /* mcr() compares the sizes of the mantissas of two multiple precision */ /* numbers. Mantissas are compared regardless of the signs of the */ /* numbers, even if x->d[0] or y->d[0] are zero. Exponents are also */ |