dbertoni 00/10/02 09:28:13
Modified: c/src/PlatformSupport DoubleSupport.hpp
Log:
Removed obsolete #if defined().
Revision Changes Path
1.8 +0 -3 xml-xalan/c/src/PlatformSupport/DoubleSupport.hpp
Index: DoubleSupport.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DoubleSupport.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DoubleSupport.hpp 2000/09/28 19:29:16 1.7
+++ DoubleSupport.hpp 2000/10/02 16:28:10 1.8
@@ -511,15 +511,12 @@
private:
-
static const double s_NaN;
static const double s_positiveInfinity;
static const double s_negativeInfinity;
-#if defined(XALAN_NEED_SPECIAL_NAN_SUPPORT)
static const unsigned long* s_NaNFirstDWORD;
static const unsigned long* s_NaNSecondDWORD;
-#endif
};