Author: sebor
Date: Mon Sep 25 13:29:31 2006
New Revision: 449805

URL: http://svn.apache.org/viewvc?view=rev&rev=449805
Log:
2006-09-25  Martin Sebor  <[EMAIL PROTECTED]>

        * INFINITY.cpp (main): Made output correct even when the macro
        _RWSTD_USE_CONFIG is not #defined.

Modified:
    incubator/stdcxx/trunk/etc/config/src/INFINITY.cpp

Modified: incubator/stdcxx/trunk/etc/config/src/INFINITY.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/INFINITY.cpp?view=diff&rev=449805&r1=449804&r2=449805
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/INFINITY.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/INFINITY.cpp Mon Sep 25 13:29:31 2006
@@ -757,7 +757,7 @@
 {
 #if !defined (_RWSTD_USE_CONFIG)
 
-    printf (":\n#undef _RWSTD_NAN_BITS\n");
+    printf ("/**/\n#undef _RWSTD_NAN_BITS\n");
 
 #endif   // _RWSTD_USE_CONFIG
 


Reply via email to