Author: sebor
Date: Sat Jul 5 13:10:27 2008
New Revision: 674231
URL: http://svn.apache.org/viewvc?rev=674231&view=rev
Log:
2008-07-05 Martin Sebor <[EMAIL PROTECTED]>
* tests/self/0.printf.cpp (<wchar.h>): Included C header instead
of the C++ one (<cwchar>) for consistency with the test driver
and its test suite.
Modified:
stdcxx/branches/4.2.x/tests/self/0.printf.cpp
Modified: stdcxx/branches/4.2.x/tests/self/0.printf.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/self/0.printf.cpp?rev=674231&r1=674230&r2=674231&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/tests/self/0.printf.cpp (original)
+++ stdcxx/branches/4.2.x/tests/self/0.printf.cpp Sat Jul 5 13:10:27 2008
@@ -43,15 +43,14 @@
#include <ctype.h> // for isdigit()
#include <errno.h> // for EXXX, errno
#include <limits.h> // for INT_MAX, ...
+#include <locale.h> // for LC_ALL, ...
#include <signal.h> // for SIGABRT, ...
#include <stdio.h> // for printf(), ...
#include <stdlib.h> // for free(), size_t
#include <string.h> // for strcpy()
#include <stdarg.h> // for va_arg, ...
#include <time.h> // for struct tm
-#include <locale.h> // for LC_ALL, ...
-
-#include <cwchar> // for WEOF
+#include <wchar.h> // for WEOF
// disable tests for function name in "%{lF}"