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_j1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/e_j1.c') 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 -- cgit v1.2.3