]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add WCHAR_T alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Jul 2000 21:57:31 +0000 (21:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Jul 2000 21:57:31 +0000 (21:57 +0000)
iconv/gconv_builtin.h

index 185dd80125b0fe695ac7eec558910070fdcb31bd..e6c7b5fac3fcec40697e76f9c1bb2f0f6ee87c2a 100644 (file)
@@ -43,6 +43,8 @@ BUILTIN_TRANSFORMATION ("UCS-4LE//", "INTERNAL", 1, "=ucs4le->INTERNAL",
                        __gconv_transform_ucs4le_internal, NULL, NULL,
                        4, 4, 4, 4)
 
+BUILTIN_ALIAS ("WCHAR_T//", "INTERNAL")
+
 BUILTIN_ALIAS ("UTF8//", "ISO-10646/UTF8/")
 BUILTIN_ALIAS ("UTF-8//", "ISO-10646/UTF8/")
 BUILTIN_ALIAS ("ISO-IR-193//", "ISO-10646/UTF8/")