summaryrefslogtreecommitdiff
path: root/lib/unistr/u8-strmblen.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-24 14:11:25 +0000
committerBruno Haible <bruno@clisp.org>2007-03-24 14:11:25 +0000
commit5973fdf3621d596452f3b9d8af3492ccc530600a (patch)
tree14faa1034ef32d430a3cecf10d4a139fb86e470a /lib/unistr/u8-strmblen.c
parentd7274260ed4e6d97de6af8a6a3c0740ee6c837a4 (diff)
downloadgnulib-5973fdf3621d596452f3b9d8af3492ccc530600a.tar.gz
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
utf16-ucs4-unsafe.h, ucs4-utf8.h, ucs4-utf16.h. Use unistr.h instead.
Diffstat (limited to 'lib/unistr/u8-strmblen.c')
-rw-r--r--lib/unistr/u8-strmblen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unistr/u8-strmblen.c b/lib/unistr/u8-strmblen.c
index 5084c24850..00fd66a476 100644
--- a/lib/unistr/u8-strmblen.c
+++ b/lib/unistr/u8-strmblen.c
@@ -25,7 +25,7 @@
int
u8_strmblen (const uint8_t *s)
{
- /* Keep in sync with utf8-ucs4.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and utf8-ucs4.c. */
uint8_t c = *s;
if (c < 0x80)