Author: faridz
Date: Fri May 23 10:12:37 2008
New Revision: 659601
URL: http://svn.apache.org/viewvc?rev=659601&view=rev
Log:
2008-05-23 Farid Zaripov <[EMAIL PROTECTED]>
* tests/strings/21.cwctype.cpp: Moved #endif to the right place.
Modified:
stdcxx/branches/4.2.x/tests/strings/21.cwctype.cpp
Modified: stdcxx/branches/4.2.x/tests/strings/21.cwctype.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/strings/21.cwctype.cpp?rev=659601&r1=659600&r2=659601&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/tests/strings/21.cwctype.cpp (original)
+++ stdcxx/branches/4.2.x/tests/strings/21.cwctype.cpp Fri May 23 10:12:37 2008
@@ -82,6 +82,7 @@
"iswlower",
#else
"",
+#endif
#ifdef iswprint
# undef iswprint
@@ -118,8 +119,6 @@
"",
#endif
-#endif
-
#ifdef tolower
# undef tolower
"tolower",