Author: elemings
Date: Tue Apr 15 10:28:49 2008
New Revision: 648347

URL: http://svn.apache.org/viewvc?rev=648347&view=rev
Log:
2008-04-15  Eric Lemings  <[EMAIL PROTECTED]>

        * tests/strings/21.cwctype.cpp: Misplaced #endif directive.


Modified:
    stdcxx/trunk/tests/strings/21.cwctype.cpp

Modified: stdcxx/trunk/tests/strings/21.cwctype.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/tests/strings/21.cwctype.cpp?rev=648347&r1=648346&r2=648347&view=diff
==============================================================================
--- stdcxx/trunk/tests/strings/21.cwctype.cpp (original)
+++ stdcxx/trunk/tests/strings/21.cwctype.cpp Tue Apr 15 10:28:49 2008
@@ -82,6 +82,7 @@
     "iswlower",
 #else
     "",
+#endif
 
 #ifdef iswprint
 #  undef iswprint
@@ -116,8 +117,6 @@
     "iswxdigit",
 #else
     "",
-#endif
-
 #endif
 
 #ifdef tolower


Reply via email to