projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896763b
)
Avoid HP-UX cc compiler warning.
author
Bruno Haible
<bruno@clisp.org>
Sun, 25 Mar 2007 18:03:15 +0000
(18:03 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 25 Mar 2007 18:03:15 +0000
(18:03 +0000)
ChangeLog
patch
|
blob
|
history
lib/trigl.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/lib/trigl.c
b/lib/trigl.c
index ed9fd51d0aeeee4bfa821a8c27ab006bd109bb6f..a34e98f493d16b9640757d1d23b66706fc6a098f 100644
(file)
--- a/
lib/trigl.c
+++ b/
lib/trigl.c
@@
-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)
{