Undefine NO_HYPHENS_IN_FILENAMES.

This commit is contained in:
Thien-Thi Nguyen 2005-03-04 21:57:07 +00:00
parent dd5465979c
commit f17bb0913a
2 changed files with 4 additions and 0 deletions

View file

@ -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) */

View file

@ -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. */