]> git.eshelyaron.com Git - emacs.git/commitdiff
Undefine NO_HYPHENS_IN_FILENAMES.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 4 Mar 2005 21:57:07 +0000 (21:57 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 4 Mar 2005 21:57:07 +0000 (21:57 +0000)
src/s/vms4-4.h
src/s/vms5-5.h

index 0abd825914357627a172257a90988623d4e27cf3..7491f5c8f804b7d25e64f73ebd6a89a495892efc 100644 (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) */
index ac0ba9461a270cf4cff3d8876d7c43566cc11bca..83b08b428133760df05d9408a99fab2696bfb379 100644 (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.  */