You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2005/12/02 00:22:56 UTC

svn commit: r351517 - /incubator/stdcxx/trunk/etc/config/src/UNAME.cpp

Author: sebor
Date: Thu Dec  1 15:22:50 2005
New Revision: 351517

URL: http://svn.apache.org/viewcvs?rev=351517&view=rev
Log:
2005-12-01  Martin Sebor  <se...@roguewave.com>

	* UNAME.cpp: Corrected a typo in conditionally compiled code.

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

Modified: incubator/stdcxx/trunk/etc/config/src/UNAME.cpp
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/etc/config/src/UNAME.cpp?rev=351517&r1=351516&r2=351517&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/UNAME.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/UNAME.cpp Thu Dec  1 15:22:50 2005
@@ -49,7 +49,7 @@
 {
 #if !defined (_RWSTD_USE_CONFIG)
 
-    printf ("\n#undef _RWSTD_NO_UNAME /**/\n");
+    printf ("/**/\n#undef _RWSTD_NO_UNAME\n");
 
 #endif   // _RWSTD_USE_CONFIG