summaryrefslogtreecommitdiff
path: root/gnulib-local
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-29 23:10:57 +0200
committerBruno Haible <bruno@clisp.org>2011-03-29 23:47:50 +0200
commit6ec70a06da21e2bdceb9814fe6fde6be46f890cd (patch)
tree1eb310cb7adb756f54392eeea8423af19b1e6600 /gnulib-local
parent820590c2b81686f64c50d22022aeb49ff3c6e3ad (diff)
downloadlibunistring-6ec70a06da21e2bdceb9814fe6fde6be46f890cd.tar.gz
Add grapheme cluster break functions.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/Makefile.am3
-rw-r--r--gnulib-local/lib/unigbrk.in.h.diff19
2 files changed, 21 insertions, 1 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index d011b8d..3758f6d 100644
--- a/gnulib-local/Makefile.am
+++ b/gnulib-local/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gnulib-local directory of GNU libunistring
-## Copyright (C) 2006-2010 Free Software Foundation, Inc.
+## Copyright (C) 2006-2011 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@ EXTRA_DIST = \
lib/unicase.in.h.diff \
lib/uniconv.in.h.diff \
lib/unictype.in.h.diff \
+lib/unigbrk.in.h.diff \
lib/unilbrk.in.h.diff \
lib/uninorm.in.h.diff \
lib/unistr.in.h.diff \
diff --git a/gnulib-local/lib/unigbrk.in.h.diff b/gnulib-local/lib/unigbrk.in.h.diff
new file mode 100644
index 0000000..ed6c7e3
--- /dev/null
+++ b/gnulib-local/lib/unigbrk.in.h.diff
@@ -0,0 +1,19 @@
+*** unigbrk.in.h.orig 2011-01-07 17:40:15.000000000 +0100
+--- unigbrk.in.h 2011-03-29 23:36:45.000000000 +0200
+***************
+*** 19,25 ****
+ #define _UNIGBRK_H
+
+ /* Get bool. */
+! #include <stdbool.h>
+
+ /* Get size_t. */
+ #include <stddef.h>
+--- 19,25 ----
+ #define _UNIGBRK_H
+
+ /* Get bool. */
+! #include <unistring/stdbool.h>
+
+ /* Get size_t. */
+ #include <stddef.h>