From 82ba14bc472e809d2090b97b6a3b9e6bd72760da Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 26 Jun 2002 09:10:52 +0000 Subject: Several cleanups/fixes from Marshall M. Midden --- libm/e_j0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/e_j0.c') 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 -- cgit v1.2.3