summaryrefslogtreecommitdiff
path: root/libm/e_j0.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_j0.c')
-rw-r--r--libm/e_j0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_j0.c b/libm/e_j0.c
index 56930c688..46fa16656 100644
--- a/libm/e_j0.c
+++ b/libm/e_j0.c
@@ -332,7 +332,7 @@ static double pS2[5] = {
#endif
{
#ifdef __STDC__
- const double *p,*q;
+ const double *p = 0,*q = 0;
#else
double *p,*q;
#endif
@@ -468,7 +468,7 @@ static double qS2[6] = {
#endif
{
#ifdef __STDC__
- const double *p,*q;
+ const double *p=0,*q=0;
#else
double *p,*q;
#endif