You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/04/11 04:10:39 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DirectoryEnumerator.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org