svn commit: trunk/uClibc/include

aldot at uclibc.org aldot at uclibc.org
Tue May 20 07:56:12 UTC 2008


Author: aldot
Date: 2008-05-20 00:56:12 -0700 (Tue, 20 May 2008)
New Revision: 22017

Log:
- make it compile with !__UCLIBC_HAS_LOCALE__


Modified:
   trunk/uClibc/include/locale.h


Changeset:
Modified: trunk/uClibc/include/locale.h
===================================================================
--- trunk/uClibc/include/locale.h	2008-05-20 07:55:46 UTC (rev 22016)
+++ trunk/uClibc/include/locale.h	2008-05-20 07:56:12 UTC (rev 22017)
@@ -132,7 +132,7 @@
 __END_NAMESPACE_STD
 
 
-#if defined(__USE_GNU)
+#if defined(__USE_GNU) && defined(__UCLIBC_HAS_LOCALE__)
 /* The concept of one static locale per category is not very well
    thought out.  Many applications will need to process its data using
    information from several different locales.  Another application is




More information about the uClibc-cvs mailing list