diff options
Diffstat (limited to 'gl/m4/signbit.m4')
-rw-r--r-- | gl/m4/signbit.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/signbit.m4 b/gl/m4/signbit.m4 index e9877f68f5..fb707c9074 100644 --- a/gl/m4/signbit.m4 +++ b/gl/m4/signbit.m4 @@ -1,4 +1,4 @@ -# signbit.m4 serial 12 +# signbit.m4 serial 13 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -170,7 +170,7 @@ double m0d = -p0d; /* On HP-UX 10.20, negating 0.0L does not yield -0.0L. So we use another constant expression instead. But that expression does not work on other platforms, such as when - cross-compiling to PowerPC on MacOS X 10.5. */ + cross-compiling to PowerPC on Mac OS X 10.5. */ long double p0l = 0.0L; #if defined __hpux || defined __sgi long double m0l = -LDBL_MIN * LDBL_MIN; |