Replace paragraph that was explaining old way of handling LIBOBJS.
[gnulib.git] / lib / asinl.c
index 9230240..3b896fa 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),