mkstemp: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / uninorm / nfd.c
index 47f16771792d49ece990bbb57a85a7faf86b78af..875883e55797d736d0de36b6baf93977b8dfba45 100644 (file)
@@ -1,5 +1,5 @@
 /* Unicode Normalization Form D.
-   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
@@ -26,5 +26,6 @@ const struct unicode_normalization_form uninorm_nfd =
   {
     0,
     uc_canonical_decomposition,
-    NULL
+    NULL,
+    &uninorm_nfd
   };