diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/vms.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/vms.h b/src/s/vms.h index 8278cfbcfac..e2a9af5d9fe 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -250,3 +250,9 @@ globalref char sdata[]; | |||
| 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 ',' | ||