diff options
| author | Stefan Monnier | 2001-10-14 20:16:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-14 20:16:52 +0000 |
| commit | 8958788972cbbcc6bb998acf6a6e4b6695dfd5c6 (patch) | |
| tree | 6cb3c3ce8a103c240969b0a5f9a2d15226ba273c /src/s | |
| parent | 33d5af991727f1be784fc9ea0c34a709ef2c3adf (diff) | |
| download | emacs-8958788972cbbcc6bb998acf6a6e4b6695dfd5c6.tar.gz emacs-8958788972cbbcc6bb998acf6a6e4b6695dfd5c6.zip | |
(EXEC_SUFFIXES): Remove.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 1 | ||||
| -rw-r--r-- | src/s/msdos.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 7c1c62e3ffd..6ca043f2fa6 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -212,7 +212,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 212 | 212 | ||
| 213 | /* The null device on Windows NT. */ | 213 | /* The null device on Windows NT. */ |
| 214 | #define NULL_DEVICE "NUL:" | 214 | #define NULL_DEVICE "NUL:" |
| 215 | #define EXEC_SUFFIXES ".exe:.com:.bat:.cmd:" | ||
| 216 | 215 | ||
| 217 | #ifndef MAXPATHLEN | 216 | #ifndef MAXPATHLEN |
| 218 | #define MAXPATHLEN _MAX_PATH | 217 | #define MAXPATHLEN _MAX_PATH |
diff --git a/src/s/msdos.h b/src/s/msdos.h index e7c38048a30..0862d9fec8e 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -196,7 +196,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 196 | #define SEPCHAR ';' | 196 | #define SEPCHAR ';' |
| 197 | 197 | ||
| 198 | #define NULL_DEVICE "nul" | 198 | #define NULL_DEVICE "nul" |
| 199 | #define EXEC_SUFFIXES ".exe:.com:.bat:" | ||
| 200 | 199 | ||
| 201 | #if __DJGPP__ < 2 | 200 | #if __DJGPP__ < 2 |
| 202 | #define O_RDONLY 0x0001 | 201 | #define O_RDONLY 0x0001 |