comparison src/s/vms.h @ 2644:6d563cf5a260

* 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. * s/vms.h (xfree): #define this to emacs_xfree, to avoid case conflict with XFree; on VMS, external symbols are case-insensitive.
author Jim Blandy <jimb@redhat.com>
date Tue, 04 May 1993 00:28:07 +0000
parents fd35248ff0d1
children 7be0f0a02725
comparison
equal deleted inserted replaced
2643:0ad031daebff 2644:6d563cf5a260
248 #define PENDING_OUTPUT_COUNT(FILE) ((*(FILE))->_ptr - (*(FILE))->_base) 248 #define PENDING_OUTPUT_COUNT(FILE) ((*(FILE))->_ptr - (*(FILE))->_base)
249 249
250 #define NULL_DEVICE "NLA0:" 250 #define NULL_DEVICE "NLA0:"
251 251
252 #define EXEC_SUFFIXES ".exe:.com" 252 #define EXEC_SUFFIXES ".exe:.com"
253
254 /* Case conflict with Xlib XFree () */
255 #define xfree emacs_xfree
256
257 /* What separator do we use in paths? */
258 #define SEPCHAR ','