Undefine NO_HYPHENS_IN_FILENAMES.
This commit is contained in:
parent
dd5465979c
commit
f17bb0913a
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "vms.h"
|
||||
#define VMS4_4
|
||||
|
||||
#undef NO_HYPHENS_IN_FILENAMES
|
||||
|
||||
/* arch-tag: 2e65c7ad-0d17-45a0-b4cb-3e76c72ea9d5
|
||||
(do not change this comment) */
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#define VMS5_5
|
||||
#define VMS4_4
|
||||
|
||||
#undef NO_HYPHENS_IN_FILENAMES
|
||||
|
||||
/* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS.
|
||||
And defining it causes lossage because sys_errlist has a different
|
||||
number of elements. */
|
||||
|
|
Loading…
Add table
Reference in a new issue