cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/system.h [cvs1-11-x-branch]


From: Mark D . Baushke
Subject: [Cvs-cvs] Changes to ccvs/lib/system.h [cvs1-11-x-branch]
Date: Wed, 09 Nov 2005 05:49:44 -0500

Index: ccvs/lib/system.h
diff -u ccvs/lib/system.h:1.43.4.10 ccvs/lib/system.h:1.43.4.11
--- ccvs/lib/system.h:1.43.4.10 Wed Feb  9 04:45:31 2005
+++ ccvs/lib/system.h   Wed Nov  9 10:49:43 2005
@@ -500,8 +500,13 @@
    * WOE32 needs its own class since \ and C:\ style absolute paths also need
    * to be accounted for.
    */
+#  if defined(MACOS) || defined(TARGET_OS_MAC)
 #   define FOLD_FN_CHAR(c) (OSX_filename_classes[(unsigned char) (c)])
 extern unsigned char OSX_filename_classes[];
+#  else
+#   define FOLD_FN_CHAR(c) (VMS_filename_classes[(unsigned char) (c)])
+extern unsigned char VMS_filename_classes[];
+#  endif
 # endif /* __CYGWIN32__ || WOE32 */
 
 /* The following need to be declared for all case insensitive filesystems.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]