Commit 346d29dc by Richard Stallman

(build_function_call): Initialize fundecl to 0.

From-SVN: r5989
parent 2fb8a81d
......@@ -1412,7 +1412,7 @@ tree
build_function_call (function, params)
tree function, params;
{
register tree fntype, fundecl;
register tree fntype, fundecl = 0;
register tree coerced_params;
tree name = NULL_TREE, assembler_name = NULL_TREE;
......
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