X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Funiconv%2Fu32-conv-to-enc.c;h=4be311d2a2729d902b7fc1c5c47466fa109cd3cf;hb=c004c991e5d9ef18a0784eba105275e86a248b3e;hp=7bfc9f4605deb722b12e22673e438573b1bf9346;hpb=ebb976dd4ea7ca1f614f149d2008a4f4c7966e91;p=platform%2Fupstream%2Flibunistring.git diff --git a/lib/uniconv/u32-conv-to-enc.c b/lib/uniconv/u32-conv-to-enc.c index 7bfc9f4..4be311d 100644 --- a/lib/uniconv/u32-conv-to-enc.c +++ b/lib/uniconv/u32-conv-to-enc.c @@ -1,5 +1,5 @@ /* Conversion from UTF-32 to legacy encodings. - Copyright (C) 2002, 2006-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2002, 2006-2007, 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -34,7 +34,7 @@ alignment. */ #if defined _LIBICONV_VERSION # define UTF32_NAME "UCS-4-INTERNAL" -#elif (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) +#elif ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) && !defined __UCLIBC__ # define UTF32_NAME "WCHAR_T" #endif