summaryrefslogtreecommitdiff
path: root/libm/e_j1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_j1.c')
-rw-r--r--libm/e_j1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_j1.c b/libm/e_j1.c
index 3e1a3f1f7..5eb81ee73 100644
--- a/libm/e_j1.c
+++ b/libm/e_j1.c
@@ -330,7 +330,7 @@ static double ps2[5] = {
#endif
{
#ifdef __STDC__
- const double *p,*q;
+ const double *p=0,*q=0;
#else
double *p,*q;
#endif
@@ -467,7 +467,7 @@ static double qs2[6] = {
#endif
{
#ifdef __STDC__
- const double *p,*q;
+ const double *p=0,*q=0;
#else
double *p,*q;
#endif