diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-09-20 10:53:05 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-09-20 10:53:05 +0000 |
commit | 0155cab43248f286a139e1cf98414dd115411f78 (patch) | |
tree | 8801ec0cbd1628ccf84a86fbbee9d2c0d89e2a2f | |
parent | 7ce87fcaf2f56cb1c00252180fe5bf3d93fcdf6a (diff) | |
download | gcc-0155cab43248f286a139e1cf98414dd115411f78.zip gcc-0155cab43248f286a139e1cf98414dd115411f78.tar.gz gcc-0155cab43248f286a139e1cf98414dd115411f78.tar.bz2 |
sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from formatted direct i/o.
1998-09-20 Dave Love <d.love@dl.ac.uk>
* libI77/sfe.c (e_wdfe): Set f__init to avoid spurious recursive
i/o error from formatted direct i/o.
From-SVN: r22496
-rw-r--r-- | libf2c/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index dec8b7d..660ea48 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,8 @@ +1998-09-20 Dave Love <d.love@dl.ac.uk> + + * libI77/sfe.c (e_wdfe): Set f__init to avoid spurious recursive + i/o error from formatted direct i/o. + Thu Sep 10 14:57:25 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl> * Makefile.in (install): Add missing "else true;". |