bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: From wchar_t to char32_t


From: Bruno Haible
Subject: Re: From wchar_t to char32_t
Date: Sun, 25 Jun 2023 17:10:19 +0200

There was a small mistake in this patch, fixed like this:


2023-06-25  Bruno Haible  <bruno@clisp.org>

        exclude: Complete last change.
        * lib/exclude.c: Include <uchar.h> instead of <wctype.h>.

diff --git a/lib/exclude.c b/lib/exclude.c
index af204cd300..15f238e09c 100644
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -29,7 +29,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <wctype.h>
+#include <uchar.h>
 #include <regex.h>
 
 #include "exclude.h"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]