diff options
| author | Thien-Thi Nguyen | 2005-03-04 21:57:07 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-03-04 21:57:07 +0000 |
| commit | f17bb0913a82da0eac22de39ff772fb8f960dd57 (patch) | |
| tree | d6b4926b9143f14754f46c25f04e755f81c0b3e4 | |
| parent | dd5465979c3d01042e17ebb7e6ec4f7f29fc03a3 (diff) | |
| download | emacs-f17bb0913a82da0eac22de39ff772fb8f960dd57.tar.gz emacs-f17bb0913a82da0eac22de39ff772fb8f960dd57.zip | |
Undefine NO_HYPHENS_IN_FILENAMES.
| -rw-r--r-- | src/s/vms4-4.h | 2 | ||||
| -rw-r--r-- | src/s/vms5-5.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/s/vms4-4.h b/src/s/vms4-4.h index 0abd8259143..7491f5c8f80 100644 --- a/src/s/vms4-4.h +++ b/src/s/vms4-4.h | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #include "vms.h" | 1 | #include "vms.h" |
| 2 | #define VMS4_4 | 2 | #define VMS4_4 |
| 3 | 3 | ||
| 4 | #undef NO_HYPHENS_IN_FILENAMES | ||
| 5 | |||
| 4 | /* arch-tag: 2e65c7ad-0d17-45a0-b4cb-3e76c72ea9d5 | 6 | /* arch-tag: 2e65c7ad-0d17-45a0-b4cb-3e76c72ea9d5 |
| 5 | (do not change this comment) */ | 7 | (do not change this comment) */ |
diff --git a/src/s/vms5-5.h b/src/s/vms5-5.h index ac0ba9461a2..83b08b42813 100644 --- a/src/s/vms5-5.h +++ b/src/s/vms5-5.h | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | #define VMS5_5 | 2 | #define VMS5_5 |
| 3 | #define VMS4_4 | 3 | #define VMS4_4 |
| 4 | 4 | ||
| 5 | #undef NO_HYPHENS_IN_FILENAMES | ||
| 6 | |||
| 5 | /* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS. | 7 | /* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS. |
| 6 | And defining it causes lossage because sys_errlist has a different | 8 | And defining it causes lossage because sys_errlist has a different |
| 7 | number of elements. */ | 9 | number of elements. */ |