dbertoni 01/04/12 19:52:41
Modified: c/src/PlatformSupport DirectoryEnumerator.hpp
Log:
Changes for the TRU64 port.
Revision Changes Path
1.23 +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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- DirectoryEnumerator.hpp 2001/04/11 02:10:36 1.22
+++ DirectoryEnumerator.hpp 2001/04/13 02:52:41 1.23
@@ -174,7 +174,7 @@
*/
bool isDirectory() const
{
-#if defined(AIX) || defined(HPUX) || defined(SOLARIS) || defined(OS390)
+#if defined(AIX) || defined(HPUX) || defined(SOLARIS) || defined(OS390) ||
defined(TRU64)
return false;
#else
return d_type == DT_DIR;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]