emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/systime.h


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/systime.h
Date: Tue, 16 Jul 2002 15:49:04 -0400

Index: emacs/src/systime.h
diff -c emacs/src/systime.h:1.36 emacs/src/systime.h:1.37
*** emacs/src/systime.h:1.36    Thu Jan  4 12:50:27 2001
--- emacs/src/systime.h Tue Jul 16 15:49:04 2002
***************
*** 151,157 ****
  #define EMACS_SET_SECS_USECS(time, secs, usecs)               \
    (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs))
  
! extern int set_file_times __P ((char *, EMACS_TIME, EMACS_TIME));
  
  /* Compare times T1 and T2.  Value is 0 if T1 and T2 are the same.
     Value is < 0 if T1 is less than T2.  Value is > 0 otherwise.  */
--- 151,157 ----
  #define EMACS_SET_SECS_USECS(time, secs, usecs)               \
    (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs))
  
! extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME));
  
  /* Compare times T1 and T2.  Value is 0 if T1 and T2 are the same.
     Value is < 0 if T1 is less than T2.  Value is > 0 otherwise.  */



reply via email to

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