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 2008/05/22 20:50:04 UTC

svn commit: r659200 - in /xalan/c/trunk/src/xalanc: PlatformSupport/DoubleSupport.cpp XalanExe/XalanExe.cpp

Author: dbertoni
Date: Thu May 22 11:50:03 2008
New Revision: 659200

URL: http://svn.apache.org/viewvc?rev=659200&view=rev
Log:
Fixes for XALANC-674.

Modified:
    xalan/c/trunk/src/xalanc/PlatformSupport/DoubleSupport.cpp
    xalan/c/trunk/src/xalanc/XalanExe/XalanExe.cpp

Modified: xalan/c/trunk/src/xalanc/PlatformSupport/DoubleSupport.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/PlatformSupport/DoubleSupport.cpp?rev=659200&r1=659199&r2=659200&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/PlatformSupport/DoubleSupport.cpp (original)
+++ xalan/c/trunk/src/xalanc/PlatformSupport/DoubleSupport.cpp Thu May 22 11:50:03 2008
@@ -21,6 +21,7 @@
 
 #include <clocale>
 #include <cmath>
+#include <climits>
 #if !defined(XALAN_NO_STD_NUMERIC_LIMITS)
 #include <limits>
 #endif

Modified: xalan/c/trunk/src/xalanc/XalanExe/XalanExe.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XalanExe/XalanExe.cpp?rev=659200&r1=659199&r2=659200&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XalanExe/XalanExe.cpp (original)
+++ xalan/c/trunk/src/xalanc/XalanExe/XalanExe.cpp Thu May 22 11:50:03 2008
@@ -21,6 +21,7 @@
 
 
 #include <cstdlib>
+#include <cstring>
 #if defined(XALAN_CLASSIC_IOSTREAMS)
 #include <iostream.h>
 #else
@@ -68,13 +69,6 @@
 
 
 
-//#define XALAN_VQ_SPECIAL_TRACE
-#if defined(XALAN_VQ_SPECIAL_TRACE)
-#include "C:/Program Files/Rational/Quantify/pure.h"
-#endif
-
-
-
 XALAN_USING_STD(cerr)
 XALAN_USING_STD(cin)
 XALAN_USING_STD(cout)
@@ -994,10 +988,5 @@
     _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
 #endif
 
-#if defined(XALAN_VQ_SPECIAL_TRACE)
-    QuantifyStopRecordingData();
-    QuantifyClearData();
-#endif
-
     return xsltMain(argc, argv);
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org