View | Details | Raw Unified | Return to bug 103952
Collapse All | Expand All

(-)/home/trasz/smalltalk/files/patch-sincosl.c (+11 lines)
Line 0 Link Here
1
--- lib-src/sincosl.c.orig	Tue Oct  3 17:28:31 2006
2
+++ lib-src/sincosl.c	Tue Oct  3 17:28:33 2006
3
@@ -228,7 +228,7 @@
4
    Computed using gmp.
5
  */
6
 
7
-const long double sincosl_table[] = {
8
+static const long double sincosl_table[] = {
9
 
10
 /* x =  1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */
11
 /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */

Return to bug 103952