diff options
| author | Jim Blandy | 1993-05-04 00:26:43 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-04 00:26:43 +0000 |
| commit | d4198db9a751c6024b8fe3ee48bce687e0a62244 (patch) | |
| tree | 6ee439d2f2e1e9c8153fd5cdefb092f83ad17b7d /src | |
| parent | 0efd16a9f7fab7233fd6ae3af27941e71afb73fa (diff) | |
| download | emacs-d4198db9a751c6024b8fe3ee48bce687e0a62244.tar.gz emacs-d4198db9a751c6024b8fe3ee48bce687e0a62244.zip | |
* emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and
':' elsewhere, just have it default to ':' if not #defined, and
#define it to be ',' in s/vms.h; OS/2 will need it to be ';'.
* s/vms.h (SEPCHAR): #define this to be ','.
* s/template.h (SEPCHAR): Mention this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/template.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/template.h b/src/s/template.h index 9f5cbe76204..aab7d735d84 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -151,6 +151,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 151 | this to be what the system's include files want. */ | 151 | this to be what the system's include files want. */ |
| 152 | /* #define SIGTYPE int */ | 152 | /* #define SIGTYPE int */ |
| 153 | 153 | ||
| 154 | /* If the character used to separate elements of the executable path | ||
| 155 | is not ':', #define this to be the appropriate character constant. */ | ||
| 156 | /* #define SEPCHAR ':' */ | ||
| 157 | |||
| 154 | /* Here, on a separate page, add any special hacks needed | 158 | /* Here, on a separate page, add any special hacks needed |
| 155 | to make Emacs work on this system. For example, | 159 | to make Emacs work on this system. For example, |
| 156 | you might define certain system call names that don't | 160 | you might define certain system call names that don't |