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
89587889
Commit
89587889
authored
Oct 14, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EXEC_SUFFIXES): Remove.
parent
33d5af99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
src/process.h
src/process.h
+0
-6
src/s/ms-w32.h
src/s/ms-w32.h
+0
-1
src/s/msdos.h
src/s/msdos.h
+0
-1
No files found.
src/process.h
View file @
89587889
...
...
@@ -123,9 +123,3 @@ extern int synch_process_retcode;
#ifndef NULL_DEVICE
#define NULL_DEVICE "/dev/null"
#endif
/* A string listing the possible suffixes used for executable files,
separated by colons. VMS, MS-DOS, and OS/2 redefine this. */
#ifndef EXEC_SUFFIXES
#define EXEC_SUFFIXES ""
#endif
src/s/ms-w32.h
View file @
89587889
...
...
@@ -212,7 +212,6 @@ Boston, MA 02111-1307, USA. */
/* The null device on Windows NT. */
#define NULL_DEVICE "NUL:"
#define EXEC_SUFFIXES ".exe:.com:.bat:.cmd:"
#ifndef MAXPATHLEN
#define MAXPATHLEN _MAX_PATH
...
...
src/s/msdos.h
View file @
89587889
...
...
@@ -196,7 +196,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#define SEPCHAR ';'
#define NULL_DEVICE "nul"
#define EXEC_SUFFIXES ".exe:.com:.bat:"
#if __DJGPP__ < 2
#define O_RDONLY 0x0001
...
...
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