dbertoni 00/08/22 15:21:32
Modified: c/src/PlatformSupport DirectoryEnumerator.hpp
Log:
Removed assert so Linux build of testXPath doesn't core dump.
Revision Changes Path
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DirectoryEnumerator.hpp 2000/05/11 19:01:14 1.8
+++ DirectoryEnumerator.hpp 2000/08/22 22:21:31 1.9
@@ -236,7 +236,7 @@
_findclose(theSearchHandle);
}
#elif defined(__GNUC__)
- assert(false);
+ // Do nothing for now...
#else
#error Unsupported platform!!!
#endif