comparison src/s/template.h @ 2642:05d85e55a081

* 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.
author Jim Blandy <jimb@redhat.com>
date Tue, 04 May 1993 00:26:43 +0000
parents d14a85e43f27
children a0f174dc6ac5
comparison
equal deleted inserted replaced
2641:6c044c8796dd 2642:05d85e55a081
149 will be defined, but the system's include files will still say that 149 will be defined, but the system's include files will still say that
150 signal returns int or whatever; in situations like that, define 150 signal returns int or whatever; in situations like that, define
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
157 exist on your system, or that do different things on 161 exist on your system, or that do different things on
158 your system and must be used only through an encapsulation 162 your system and must be used only through an encapsulation