2009-06-29 Bruno Haible <bruno@clisp.org>
+ Define u16_casefold as a wrapper around u16_ct_casefold.
+ * lib/unicase/u16-casefold.c: Update.
+ * modules/unicase/u16-casefold (Depends-on): Add
+ unicase/u16-ct-casefold, unicase/empty-prefix-context,
+ unicase/empty-suffix-context. Clean up.
+
Define u8_casefold as a wrapper around u8_ct_casefold.
* lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
* lib/unicase/u8-casefold.c: Update.
/* Specification. */
#include "unicase.h"
-#include <errno.h>
-#include <stddef.h>
-#include <stdlib.h>
-
-#include "unicasemap.h"
-#include "special-casing.h"
-#include "casefold.h"
-
#define FUNC u16_casefold
#define UNIT uint16_t
-#define U_CASEMAP u16_casemap
-#define U_NORMALIZE u16_normalize
+#define U_CT_CASEFOLD u16_ct_casefold
#include "u-casefold.h"