Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
409847a1
Commit
409847a1
authored
Nov 04, 2001
by
Richard M. Stallman
Browse files
Move the include of ctype.h after unistd.h.
parent
026fb878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/editfns.c
src/editfns.c
+2
-1
No files found.
src/editfns.c
View file @
409847a1
...
...
@@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <ctype.h>
#include <sys/types.h>
#ifdef VMS
...
...
@@ -34,6 +33,8 @@ Boston, MA 02111-1307, USA. */
#include <unistd.h>
#endif
#include <ctype.h>
#include "lisp.h"
#include "intervals.h"
#include "buffer.h"
...
...
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