Avoid HP-UX cc compiler warning.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Mar 2007 18:03:15 +0000 (18:03 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Mar 2007 18:03:15 +0000 (18:03 +0000)
ChangeLog
lib/trigl.c

index 9b29e5dd0779ba8cf5f1b8333e3bcec6f48f4270..8d02388f879a5aac7ed9d7926623bceeca107b66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-25  Bruno Haible  <bruno@clisp.org>
+
+       * lib/trigl.c (kernel_rem_pio2): Make static.
+
 2007-03-25  Bruno Haible  <bruno@clisp.org>
 
        * lib/sincosl.c (sincosl_table): Make static.
index ed9fd51d0aeeee4bfa821a8c27ab006bd109bb6f..a34e98f493d16b9640757d1d23b66706fc6a098f 100644 (file)
@@ -423,7 +423,7 @@ static const double PIo2[] = {
 static const double zero = 0.0, one = 1.0, two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */
   twon24 = 5.96046447753906250000e-08; /* 0x3E700000, 0x00000000 */
 
-int
+static int
 kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec,
                 const int *ipio2)
 {