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 2006/04/20 19:01:16 UTC

svn commit: r395642 - /incubator/stdcxx/trunk/tests/src/21.strings.cpp

Author: sebor
Date: Thu Apr 20 10:01:14 2006
New Revision: 395642

URL: http://svn.apache.org/viewcvs?rev=395642&view=rev
Log:
2006-04-20  Martin Sebor  <se...@roguewave.com>

	* 21.strings.cpp (_RWSTD_TEST_SRC): Defined.

Modified:
    incubator/stdcxx/trunk/tests/src/21.strings.cpp

Modified: incubator/stdcxx/trunk/tests/src/21.strings.cpp
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/src/21.strings.cpp?rev=395642&r1=395641&r2=395642&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/src/21.strings.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/21.strings.cpp Thu Apr 20 10:01:14 2006
@@ -25,11 +25,15 @@
  * 
  **************************************************************************/
 
+// expand _TEST_EXPORT macros
+#define _RWSTD_TEST_SRC
+
 #include <21.strings.h>
-#include <rw_printf.h>
+#include <rw_printf.h>    // for rw_asnprintf()
 
-#include <stddef.h>
+#include <stddef.h>       // for size_t
 
+/**************************************************************************/
 
 static const char* const char_names[] = {
     "char", "wchar_t", "UserChar"