Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libf2c/libU77/vxttime_.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    4040
    4141/* 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
     42void
     43G77_vxttime_0 (char chtime[8],
     44               const ftnlen Lchtime __attribute__ ((__unused__)))
    4945{
    5046  time_t tim;
    5147  char *ctim;
    52   tim = time(NULL);
     48  tim = time(NULL);
    5349  ctim = ctime (&tim);
    54   strncpy (chtime, ctim+11, 8);
     50  strncpy (chtime, ctim11, 8);
    5551}
Note: See TracChangeset for help on using the changeset viewer.