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
7990d02a
Commit
7990d02a
authored
Apr 27, 1998
by
Eli Zaretskii
Browse files
Include msdos.h after lisp.h.
parent
5f027cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/fileio.c
src/fileio.c
+9
-9
No files found.
src/fileio.c
View file @
7990d02a
...
...
@@ -50,15 +50,6 @@ Boston, MA 02111-1307, USA. */
#include <pwd.h>
#endif
#ifdef MSDOS
#include "msdos.h"
#include <sys/param.h>
#if __DJGPP__ >= 2
#include <fcntl.h>
#include <string.h>
#endif
#endif
#include <ctype.h>
#ifdef VMS
...
...
@@ -104,6 +95,15 @@ extern char *strerror ();
#include <fcntl.h>
#endif
/* not WINDOWSNT */
#ifdef MSDOS
#include "msdos.h"
#include <sys/param.h>
#if __DJGPP__ >= 2
#include <fcntl.h>
#include <string.h>
#endif
#endif
#ifdef DOS_NT
#define CORRECT_DIR_SEPS(s) \
do { if ('/' == DIRECTORY_SEP) dostounix_filename (s); \
...
...
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