Mercurial > hg > xemacs-beta
diff src/process.h @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 3d6bfa290dbd |
children | 11cf20601dec |
line wrap: on
line diff
--- a/src/process.h Mon Aug 13 10:03:54 2007 +0200 +++ b/src/process.h Mon Aug 13 10:04:58 2007 +0200 @@ -115,11 +115,6 @@ void deactivate_process (Lisp_Object proc); -#ifdef VMS -void create_process (Lisp_Object process, char **new_argv, - CONST char *current_dir); -#endif - #ifdef WINDOWSNT int #else @@ -137,13 +132,13 @@ #endif /* not NO_SUBPROCESSES */ /* The name of the file open to get a null file, or a data sink. - VMS, MS-DOS, and OS/2 redefine this. */ + MS-DOS, and OS/2 redefine this. */ #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. */ + separated by colons. MS-DOS, and OS/2 redefine this. */ #ifndef EXEC_SUFFIXES #define EXEC_SUFFIXES "" #endif