call.c (build_object_call): Move declaration of variable `fn' into the scope where it is used.

* call.c (build_object_call): Move declaration of variable
        `fn' into the scope where it is used.  Don't access variable
        `fn' when it is uninitialized, instead use `fns'.

From-SVN: r22849
This commit is contained in:
Kaveh Ghazi 1998-10-05 21:13:46 +00:00
parent 877ca132ec
commit 08d292de20
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Oct 6 00:07:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* call.c (build_object_call): Move declaration of variable
`fn' into the scope where it is used. Don't access variable
`fn' when it is uninitialized, instead use `fns'.
1998-10-04 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* errfn.c (cp_thing): Print buf as a string not as a printf format