Remove XALAN_NO_STD_NUMERIC_LIMITS
diff --git a/src/xalanc/PlatformSupport/DoubleSupport.hpp b/src/xalanc/PlatformSupport/DoubleSupport.hpp
index 1d99842..16955d1 100644
--- a/src/xalanc/PlatformSupport/DoubleSupport.hpp
+++ b/src/xalanc/PlatformSupport/DoubleSupport.hpp
@@ -584,11 +584,7 @@
 
 private:
 
-#if defined(XALAN_NO_STD_NUMERIC_LIMITS)
-    static NumberUnion          s_NaN;
-#else
     static const NumberUnion    s_NaN;
-#endif
 
     static const NumberUnion    s_positiveInfinity;
     static const NumberUnion    s_negativeInfinity;