Commit b8e605ab by Richard Kenner

(store_parm_decls): Initialize some vars.

From-SVN: r6637
parent 89c78d7d
......@@ -6203,8 +6203,7 @@ store_parm_decls ()
else
{
register tree actual, type;
register tree last = 0;
tree actual = 0, last = 0, type;
for (parm = DECL_ARGUMENTS (fndecl); parm; parm = TREE_CHAIN (parm))
{
......
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