OSDN Git Service

Set f__init to avoid spurious recursive i/o error from formatted
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Sep 1998 10:51:55 +0000 (10:51 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Sep 1998 10:51:55 +0000 (10:51 +0000)
direct i/o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22495 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/libI77/sfe.c

index c7d8918..eb6260f 100644 (file)
@@ -35,5 +35,6 @@ integer e_wsfe(Void)
 
 integer e_wdfe(Void)
 {
+       f__init = 1;
        return en_fio();
 }