/[emacs]/emacs/src/editfns.c
ViewVC logotype

Diff of /emacs/src/editfns.c

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

revision 1.400 by jurta, Thu Sep 29 23:28:48 2005 UTC revision 1.401 by dann, Fri Sep 30 22:38:16 2005 UTC
# Line 37  Boston, MA 02110-1301, USA.  */ Line 37  Boston, MA 02110-1301, USA.  */
37  #include <sys/utsname.h>  #include <sys/utsname.h>
38  #endif  #endif
39    
40    #include "lisp.h"
41    
42  /* systime.h includes <sys/time.h> which, on some systems, is required  /* systime.h includes <sys/time.h> which, on some systems, is required
43     for <sys/resource.h>; thus systime.h must be included before     for <sys/resource.h>; thus systime.h must be included before
44     <sys/resource.h> */     <sys/resource.h> */
# Line 48  Boston, MA 02110-1301, USA.  */ Line 50  Boston, MA 02110-1301, USA.  */
50    
51  #include <ctype.h>  #include <ctype.h>
52    
 #include "lisp.h"  
53  #include "intervals.h"  #include "intervals.h"
54  #include "buffer.h"  #include "buffer.h"
55  #include "charset.h"  #include "charset.h"
# Line 71  Boston, MA 02110-1301, USA.  */ Line 72  Boston, MA 02110-1301, USA.  */
72  extern char **environ;  extern char **environ;
73  #endif  #endif
74    
 extern Lisp_Object make_time P_ ((time_t));  
75  extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,  extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,
76                                     const struct tm *, int));                                     const struct tm *, int));
77  static int tm_diff P_ ((struct tm *, struct tm *));  static int tm_diff P_ ((struct tm *, struct tm *));

Legend:
Removed from v.1.400  
changed lines
  Added in v.1.401

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