/[emacs]/emacs/src/systime.h
ViewVC logotype

Diff of /emacs/src/systime.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by fx, Thu Jan 4 17:50:27 2001 UTC revision 1.36.18.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 81  extern time_t timezone; Line 81  extern time_t timezone;
81          result in DEST.  SRC should not be negative.          result in DEST.  SRC should not be negative.
82    
83     EMACS_SUB_TIME (DEST, SRC1, SRC2) subtracts SRC2 from SRC1 and     EMACS_SUB_TIME (DEST, SRC1, SRC2) subtracts SRC2 from SRC1 and
84          stores the result in DEST.  SRC should not be negative.          stores the result in DEST.  SRC should not be negative.
85     EMACS_TIME_NEG_P (TIME) is true iff TIME is negative.     EMACS_TIME_NEG_P (TIME) is true iff TIME is negative.
86    
87  */  */
# Line 151  extern time_t timezone; Line 151  extern time_t timezone;
151  #define EMACS_SET_SECS_USECS(time, secs, usecs)                 \  #define EMACS_SET_SECS_USECS(time, secs, usecs)                 \
152    (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs))    (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs))
153    
154  extern int set_file_times __P ((char *, EMACS_TIME, EMACS_TIME));  extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME));
155    
156  /* Compare times T1 and T2.  Value is 0 if T1 and T2 are the same.  /* Compare times T1 and T2.  Value is 0 if T1 and T2 are the same.
157     Value is < 0 if T1 is less than T2.  Value is > 0 otherwise.  */     Value is < 0 if T1 is less than T2.  Value is > 0 otherwise.  */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26