You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2008/06/02 17:15:15 UTC

svn commit: r662460 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h

Author: odeakin
Date: Mon Jun  2 08:15:15 2008
New Revision: 662460

URL: http://svn.apache.org/viewvc?rev=662460&view=rev
Log:
Add PATH_SEPARATOR define for z/OS

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h?rev=662460&r1=662459&r2=662460&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h Mon Jun  2 08:15:15 2008
@@ -219,6 +219,7 @@
 #define PLATFORM_LINE_DELIMITER	"\012"
 #define DIR_SEPARATOR '/'
 #define DIR_SEPARATOR_STR "/"
+#define PATH_SEPARATOR ':'
 #define PATH_SEPARATOR_STR ":"
 #define LIBPATH_ENV_VAR "LIBPATH"