Mercurial > emacs
changeset 39935:6658b2120eba
(EXEC_SUFFIXES): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 14 Oct 2001 20:16:52 +0000 |
parents | 674e73ec881a |
children | 586d992fb79f |
files | src/process.h src/s/ms-w32.h src/s/msdos.h |
diffstat | 3 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Sun Oct 14 20:13:47 2001 +0000 +++ b/src/process.h Sun Oct 14 20:16:52 2001 +0000 @@ -123,9 +123,3 @@ #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