Changeset 1391 for branches/GNU/src/gcc/libf2c/libU77/vxttime_.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/vxttime_.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/vxttime_.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 40 40 41 41 /* Subroutine */ 42 #ifdef KR_headers 43 void G77_vxttime_0 (chtime, Lchtime) 44 char chtime[8]; 45 ftnlen Lchtime; 46 #else 47 void G77_vxttime_0 (char chtime[8], const ftnlen Lchtime) 48 #endif 42 void 43 G77_vxttime_0 (char chtime[8], 44 const ftnlen Lchtime __attribute__ ((__unused__))) 49 45 { 50 46 time_t tim; 51 47 char *ctim; 52 tim = time (NULL);48 tim = time(NULL); 53 49 ctim = ctime (&tim); 54 strncpy (chtime, ctim +11, 8);50 strncpy (chtime, ctim11, 8); 55 51 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
