dbertoni 01/04/10 19:10:39
Modified: c/src/PlatformSupport DirectoryEnumerator.hpp
Log:
Changes for OS/390 port.
Revision Changes Path
1.22 +1 -1 xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp
Index: DirectoryEnumerator.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- DirectoryEnumerator.hpp 2001/02/14 01:28:00 1.21
+++ DirectoryEnumerator.hpp 2001/04/11 02:10:36 1.22
@@ -174,7 +174,7 @@
*/
bool isDirectory() const
{
-#if defined(AIX) || defined(HPUX) || defined(SOLARIS)
+#if defined(AIX) || defined(HPUX) || defined(SOLARIS) || defined(OS390)
return false;
#else
return d_type == DT_DIR;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]