Revamp lchown so that it lives in unistd.h where it belongs.
[pspp] / m4 / frexp.m4
index d423f2c2c082a53cb8feded165a316da897ac55d..8e93322352d67cad795519065e941ee1f2452b16 100644 (file)
@@ -1,4 +1,4 @@
-# frexp.m4 serial 2
+# frexp.m4 serial 3
 dnl Copyright (C) 2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -84,8 +84,8 @@ int main()
         return 1;
     }
   /* Test on infinite numbers.  */
+  x = 1.0 / 0.0;
   {
-    x = 1.0 / 0.0;
     int exp;
     double y = frexp (x, &exp);
     if (y != x)