changeset 8538:ed093c9442f9

Avoid compiler warning.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Mar 2007 17:58:06 +0000
parents 3b154c967284
children 51b7bf6751cf
files ChangeLog lib/sincosl.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-25  Bruno Haible  <bruno@clisp.org>
+
+	* lib/sincosl.c (sincosl_table): Make static.
+
 2007-03-25  Bruno Haible  <bruno@clisp.org>
 
 	* lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
--- a/lib/sincosl.c
+++ b/lib/sincosl.c
@@ -230,7 +230,7 @@
    Computed using gmp.
  */
 
-const long double sincosl_table[] = {
+static const long double sincosl_table[] = {
 
 /* x =  1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */
 /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */