aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorMiles Bader2005-10-07 07:15:40 +0000
committerMiles Bader2005-10-07 07:15:40 +0000
commit00e18f33adde1d2f196fdf9cadf11235cc4fcc8f (patch)
tree8c553c9a361da158ba47f3d0ed0429da180d957f /src/editfns.c
parentba4c328314c2b01e6dcc3807a0666a644c3f3954 (diff)
parent9e1cb4bc96d36af6e8b893d467970a25afead03b (diff)
downloademacs-00e18f33adde1d2f196fdf9cadf11235cc4fcc8f.tar.gz
emacs-00e18f33adde1d2f196fdf9cadf11235cc4fcc8f.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 569-579) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 129-132) - Update from CVS - Merge from emacs--cvs-trunk--0
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 2fa6ffcca5c..dad41b3d05d 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -37,6 +37,8 @@ Boston, MA 02110-1301, USA. */
37#include <sys/utsname.h> 37#include <sys/utsname.h>
38#endif 38#endif
39 39
40#include "lisp.h"
41
40/* systime.h includes <sys/time.h> which, on some systems, is required 42/* systime.h includes <sys/time.h> which, on some systems, is required
41 for <sys/resource.h>; thus systime.h must be included before 43 for <sys/resource.h>; thus systime.h must be included before
42 <sys/resource.h> */ 44 <sys/resource.h> */
@@ -48,7 +50,6 @@ Boston, MA 02110-1301, USA. */
48 50
49#include <ctype.h> 51#include <ctype.h>
50 52
51#include "lisp.h"
52#include "intervals.h" 53#include "intervals.h"
53#include "buffer.h" 54#include "buffer.h"
54#include "character.h" 55#include "character.h"
@@ -71,7 +72,6 @@ Boston, MA 02110-1301, USA. */
71extern char **environ; 72extern char **environ;
72#endif 73#endif
73 74
74extern Lisp_Object make_time P_ ((time_t));
75extern size_t emacs_strftimeu P_ ((char *, size_t, const char *, 75extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,
76 const struct tm *, int)); 76 const struct tm *, int));
77static int tm_diff P_ ((struct tm *, struct tm *)); 77static int tm_diff P_ ((struct tm *, struct tm *));