summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/flush1_.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libU77/flush1_.c')
-rw-r--r--contrib/libf2c/libU77/flush1_.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/contrib/libf2c/libU77/flush1_.c b/contrib/libf2c/libU77/flush1_.c
index 451915d..7327593 100644
--- a/contrib/libf2c/libU77/flush1_.c
+++ b/contrib/libf2c/libU77/flush1_.c
@@ -25,22 +25,16 @@ Boston, MA 02111-1307, USA. */
/* This flushes a single unit, c.f. libI77 version. */
-#ifdef KR_headers
-extern integer G77_fnum_0 ();
-
-/* Subroutine */ int G77_flush1_0 (lunit)
- integer *lunit;
-#else
extern integer G77_fnum_0 (integer *);
-/* Subroutine */ int G77_flush1_0 (const integer *lunit)
-#endif
+/* Subroutine */ int
+G77_flush1_0 (const integer * lunit)
{
- if (*lunit>=MXUNIT || *lunit<0)
- err(1,101,"flush");
+ if (*lunit >= MXUNIT || *lunit < 0)
+ err (1, 101, "flush");
/* f__units is a table of descriptions for the unit numbers (defined
in io.h) with file descriptors rather than streams */
if (f__units[*lunit].ufd != NULL && f__units[*lunit].uwrt)
- fflush(f__units[*lunit].ufd);
+ fflush (f__units[*lunit].ufd);
return 0;
}
OpenPOWER on IntegriCloud