summaryrefslogtreecommitdiff
path: root/gl/m4/frexp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/frexp.m4')
-rw-r--r--gl/m4/frexp.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/frexp.m4 b/gl/m4/frexp.m4
index 125edcdc45..f2048f3be3 100644
--- a/gl/m4/frexp.m4
+++ b/gl/m4/frexp.m4
@@ -1,4 +1,4 @@
-# frexp.m4 serial 11
+# frexp.m4 serial 12
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -133,7 +133,7 @@ int main()
result |= 1;
}
/* Test on infinite numbers. */
- x = 1.0 / 0.0;
+ x = 1.0 / zero;
{
int exp;
double y = frexp (x, &exp);