Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b17f9379
Commit
b17f9379
authored
Sep 30, 2005
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move systime.h include after lisp.h.
(make_time): Move prototype from systime.h.
parent
3bd1644e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
b17f9379
...
...
@@ -37,6 +37,8 @@ Boston, MA 02110-1301, USA. */
#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,7 +50,6 @@ Boston, MA 02110-1301, USA. */
#include <ctype.h>
#include "lisp.h"
#include "intervals.h"
#include "buffer.h"
#include "charset.h"
...
...
@@ -71,7 +72,6 @@ Boston, MA 02110-1301, USA. */
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
*
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment