<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> ------------------------------------------------------------------------
r5016 | mjn3 | 2002-07-05 08:56:48 -0500 (Fri, 05 Jul 2002) | 2 lines
Changed paths:
   M /trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h

Only define __uwchar_t if wide char support is enabled.

 ------------------------------------------------------------------------
Index: libc/sysdeps/linux/common/bits/uClibc_locale.h
===================================================================
--- libc/sysdeps/linux/common/bits/uClibc_locale.h	(revision 5015)
+++ libc/sysdeps/linux/common/bits/uClibc_locale.h	(revision 5016)
@@ -63,7 +63,7 @@
 #define __LC_ALL			6
 
 /**********************************************************************/
-#ifdef _LIBC
+#if defined(_LIBC) &amp;&amp; defined(__WCHAR_ENABLED)
 
 /* TODO: This really needs to be somewhere else... */
 #include &lt;limits.h&gt;
</pre></body></html>