projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ec812
)
(build_function_call): Initialize fundecl to 0.
author
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 05:00:24 +0000
(
05:00
+0000)
committer
rms
<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
patch
|
blob
|
history
diff --git
a/gcc/c-typeck.c
b/gcc/c-typeck.c
index
11ed850
..
410e10d
100644
(file)
--- a/
gcc/c-typeck.c
+++ b/
gcc/c-typeck.c
@@
-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;