emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Fri, 30 Sep 2005 18:38:22 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.400 emacs/src/editfns.c:1.401
*** emacs/src/editfns.c:1.400   Thu Sep 29 23:28:48 2005
--- emacs/src/editfns.c Fri Sep 30 22:38:16 2005
***************
*** 37,42 ****
--- 37,44 ----
  #include <sys/utsname.h>
  #endif
  
+ #include "lisp.h"
+ 
  /* systime.h includes <sys/time.h> which, on some systems, is required
     for <sys/resource.h>; thus systime.h must be included before
     <sys/resource.h> */
***************
*** 48,54 ****
  
  #include <ctype.h>
  
- #include "lisp.h"
  #include "intervals.h"
  #include "buffer.h"
  #include "charset.h"
--- 50,55 ----
***************
*** 71,77 ****
  extern char **environ;
  #endif
  
- extern Lisp_Object make_time P_ ((time_t));
  extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,
                                   const struct tm *, int));
  static int tm_diff P_ ((struct tm *, struct tm *));
--- 72,77 ----




reply via email to

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