auriemma    00/11/29 13:48:36

  Modified:    c/src/PlatformSupport DoubleSupport.cpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.16      +1 -1      xml-xalan/c/src/PlatformSupport/DoubleSupport.cpp
  
  Index: DoubleSupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DoubleSupport.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DoubleSupport.cpp 2000/11/27 21:43:13     1.15
  +++ DoubleSupport.cpp 2000/11/29 21:48:34     1.16
  @@ -67,7 +67,7 @@
   
   
   
  -const double DoubleSupport::s_NaN = sqrt(-2);
  +const double DoubleSupport::s_NaN = sqrt(-2.01);
   const double DoubleSupport::s_positiveInfinity = HUGE_VAL;
   const double DoubleSupport::s_negativeInfinity = 
-DoubleSupport::s_positiveInfinity;
   
  
  
  

Reply via email to