(build_function_call): Initialize fundecl to 0.

From-SVN: r5989
This commit is contained in:
Richard Stallman 1993-11-04 05:00:24 +00:00
parent 2fb8a81d28
commit 346d29dc36
1 changed files with 1 additions and 1 deletions

View File

@ -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;