Changeset 1391 for branches/GNU/src/gcc/libf2c/libU77/flush1_.c
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libf2c/libU77/flush1_.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libf2c/libU77/flush1_.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 26 26 /* This flushes a single unit, c.f. libI77 version. */ 27 27 28 #ifdef KR_headers29 extern integer G77_fnum_0 ();30 31 /* Subroutine */ int G77_flush1_0 (lunit)32 integer *lunit;33 #else34 28 extern integer G77_fnum_0 (integer *); 35 29 36 /* Subroutine */ int G77_flush1_0 (const integer *lunit)37 #endif 30 /* Subroutine */ int 31 G77_flush1_0 (const integer * lunit) 38 32 { 39 if (*lunit >=MXUNIT || *lunit<0)40 err (1,101,"flush");33 if (*lunit0) 34 err"flush"); 41 35 /* f__units is a table of descriptions for the unit numbers (defined 42 36 in io.h) with file descriptors rather than streams */ 43 37 if (f__units[*lunit].ufd != NULL && f__units[*lunit].uwrt) 44 fflush (f__units[*lunit].ufd);38 fflush(f__units[*lunit].ufd); 45 39 return 0; 46 40 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
