/[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.42 by dann, Tue Sep 27 18:48:55 2005 UTC revision 1.43 by dann, Fri Sep 30 22:38:14 2005 UTC
# Line 157  extern int set_file_times __P ((const ch Line 157  extern int set_file_times __P ((const ch
157  /* defined in keyboard.c */  /* defined in keyboard.c */
158  extern void set_waiting_for_input __P ((EMACS_TIME *));  extern void set_waiting_for_input __P ((EMACS_TIME *));
159    
160    /* When lisp.h is not included Lisp_Object is not defined (this can
161       happen when this files is used outside the src directory).
162       Use GCPRO1 to determine if lisp.h was included.  */
163    #ifdef GCPRO1
164    /* defined in dired.c */
165    extern Lisp_Object make_time __P ((time_t));
166    #endif
167    
168  /* 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.
169     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.  */
170    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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