Commit 1b257b2b authored by Russ Cox's avatar Russ Cox

silence gcc warning - initialize two variables

R=ken
OCL=16550
CL=16550
parent be0c25ee
...@@ -143,6 +143,9 @@ evconst(Node *n) ...@@ -143,6 +143,9 @@ evconst(Node *n)
Mpint *xval; Mpint *xval;
Mpflt *fval; Mpflt *fval;
xval = nil;
fval = nil;
nl = n->left; nl = n->left;
if(nl == N) if(nl == N)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment