Do only one call to GetVersionEx in the common case.
[pspp] / lib / asinl.c
index 9230240886a97ee130a032d1b7d0d968162d07e2..3b896fa39b946a5bf6c046026645765afa02ddb1 100644 (file)
@@ -9,7 +9,10 @@
  * ====================================================
  */
 
-#include "mathl.h"
+#include <config.h>
+
+/* Specification.  */
+#include <math.h>
 
 /*
   Long double expansions contributed by
@@ -33,8 +36,6 @@
  */
 
 
-#include <math.h>
-
 static const long double
   one = 1.0L,
   huge = 1.0e+4932L,
@@ -188,7 +189,8 @@ asinl (long double x)
 }
 
 #if 0
-main()
+int
+main (void)
 {
   printf ("%.18Lg %.18Lg\n",
           asinl(1.0L),