dbertoni 00/08/15 10:19:55
Modified: c/src/PlatformSupport STLHelper.hpp
Log:
Changed #define.
Revision Changes Path
1.10 +1 -1 xml-xalan/c/src/PlatformSupport/STLHelper.hpp
Index: STLHelper.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/STLHelper.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STLHelper.hpp 2000/08/07 19:51:08 1.9
+++ STLHelper.hpp 2000/08/15 17:19:54 1.10
@@ -85,7 +85,7 @@
result_type
operator()(argument_type thePointer) const
{
-#if defined(XALAN_REALY_STUPID_COMPILER)
+#if defined(XALAN_CANNOT_DELETE_CONST)
delete (T*)thePointer;
#else
delete thePointer;