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


From: Mark D . Baushke
Subject: [Cvs-cvs] Changes to ccvs/lib/system.h
Date: Wed, 09 Nov 2005 05:59:22 -0500

Index: ccvs/lib/system.h
diff -u ccvs/lib/system.h:1.80 ccvs/lib/system.h:1.81
--- ccvs/lib/system.h:1.80      Tue Oct  4 14:43:02 2005
+++ ccvs/lib/system.h   Wed Nov  9 10:59:21 2005
@@ -284,8 +284,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]