]> git.eshelyaron.com Git - emacs.git/commitdiff
Define NO_HYPHENS_IN_FILENAMES.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 4 Mar 2005 14:00:45 +0000 (14:00 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 4 Mar 2005 14:00:45 +0000 (14:00 +0000)
src/s/vms.h

index aa4f0991dfe6e9d7fd35c09a2a67e78702a7a6dd..41c0b7dd098c5b2ad253f7c225b72b39452cf7cc 100644 (file)
@@ -109,6 +109,11 @@ Boston, MA 02111-1307, USA.  */
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
 
+/* In olden days, VMS filenames did not support hyphen (i.e., the "-"
+   character).  You can #undef this in vmsX-Y.h for newer versions.  */
+
+#define NO_HYPHENS_IN_FILENAMES
+
 /* Do you have the sharable library bug?  If you link with a sharable
    library that contains psects with the NOSHR attribute and also refer to
    those psects in your program, the linker give you a private version of
@@ -136,6 +141,7 @@ Boston, MA 02111-1307, USA.  */
 /* #define READ_SYSUAF */
 
 /* Traditionally, filenames on VMS are always upper case.  */
+
 #define FILE_SYSTEM_CASE Fupcase
 
 /* On VMS these have a different name */