more modifications due to lint
This commit is contained in:
@@ -460,14 +460,16 @@ loc_init(expr, id)
|
||||
}
|
||||
}
|
||||
else { /* not embraced */
|
||||
struct value vl;
|
||||
|
||||
ch7cast(&expr, '=', tp); /* may modify expr */
|
||||
EVAL(expr, RVAL, TRUE, NO_LABEL, NO_LABEL);
|
||||
vl.vl_class = Name;
|
||||
vl.vl_data.vl_idf = id;
|
||||
vl.vl_value = (arith)0;
|
||||
store_val(&vl, tp);
|
||||
{
|
||||
struct value vl;
|
||||
|
||||
EVAL(expr, RVAL, TRUE, NO_LABEL, NO_LABEL);
|
||||
vl.vl_class = Name;
|
||||
vl.vl_data.vl_idf = id;
|
||||
vl.vl_value = (arith)0;
|
||||
store_val(&vl, tp);
|
||||
}
|
||||
free_expression(expr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user