summaryrefslogtreecommitdiff
path: root/contrib/libf2c/libI77/sfe.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libI77/sfe.c')
-rw-r--r--contrib/libf2c/libI77/sfe.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libf2c/libI77/sfe.c b/contrib/libf2c/libI77/sfe.c
index f7c3b83b734f..eb6260fec087 100644
--- a/contrib/libf2c/libI77/sfe.c
+++ b/contrib/libf2c/libI77/sfe.c
@@ -32,3 +32,9 @@ integer e_wsfe(Void)
f__fmtbuf=NULL;
return n;
}
+
+integer e_wdfe(Void)
+{
+ f__init = 1;
+ return en_fio();
+}