(build_function_call): Initialize fundecl to 0.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 05:00:24 +0000 (05:00 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 05:00:24 +0000 (05:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5989 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-typeck.c

index 11ed850..410e10d 100644 (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;