emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/profile.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lib-src/profile.c
Date: Sun, 30 Dec 2001 17:09:01 -0500

Index: emacs/lib-src/profile.c
diff -c emacs/lib-src/profile.c:1.14 emacs/lib-src/profile.c:1.15
*** emacs/lib-src/profile.c:1.14        Mon Oct  8 00:52:12 2001
--- emacs/lib-src/profile.c     Sun Dec 30 17:09:01 2001
***************
*** 63,69 ****
  }
  
  #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL)
!  
  /* ARGSUSED */
  gettimeofday (tp, tzp)
       struct timeval *tp;
--- 63,69 ----
  }
  
  #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL)
! 
  /* ARGSUSED */
  gettimeofday (tp, tzp)
       struct timeval *tp;
***************
*** 71,82 ****
  {
    extern long time ();
  
!   tp->tv_sec = time ((long *)0);    
    tp->tv_usec = 0;
    if (tzp != 0)
      tzp->tz_minuteswest = -1;
  }
!  
  #endif
  
  int
--- 71,82 ----
  {
    extern long time ();
  
!   tp->tv_sec = time ((long *)0);
    tp->tv_usec = 0;
    if (tzp != 0)
      tzp->tz_minuteswest = -1;
  }
! 
  #endif
  
  int



reply via email to

[Prev in Thread] Current Thread [Next in Thread]