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
79051982
Commit
79051982
authored
Apr 10, 1996
by
Richard M. Stallman
Browse files
[MSDOS]: If DJGPP version 2, include unistd.h.
Include msdos.h somewhat earlier.
parent
15614e61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
src/lread.c
src/lread.c
+7
-4
No files found.
src/lread.c
View file @
79051982
...
...
@@ -40,6 +40,13 @@ Boston, MA 02111-1307, USA. */
#include <sys/inode.h>
#endif
/* lint */
#ifdef MSDOS
#if __DJGPP__ < 2
#include <unistd.h>
/* to get X_OK */
#endif
#include "msdos.h"
#endif
#ifndef X_OK
#define X_OK 01
#endif
...
...
@@ -49,10 +56,6 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#endif
#ifdef MSDOS
#include "msdos.h"
#endif
#include <math.h>
#endif
/* LISP_FLOAT_TYPE */
...
...
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