thread: Avoid gcc warnings when using gl_thread_self().
[gnulib.git] / lib / uninorm / nfkc.c
index 1c4da90..738b6be 100644 (file)
@@ -1,5 +1,5 @@
 /* Unicode Normalization Form KC.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
@@ -27,5 +27,6 @@ const struct unicode_normalization_form uninorm_nfkc =
   {
     NF_IS_COMPAT_DECOMPOSING | NF_IS_COMPOSING,
     uc_compat_decomposition,
-    uc_composition
+    uc_composition,
+    &uninorm_nfkd
   };