Paul Eggert wrote: > +uchar-h [test $ac_use_included_regex = yes] > +# The lonesome_lower array requires ISO C 23 semantics for char32_t. > +# But uchar-h-c23 has a global effect, therefore leave it to each package > +# to enable it. > +#uchar-h-c23 [test $ac_use_included_regex = yes] >
'lonesome_lower' is in lib/localeinfo.c, which is part of the 'dfa' module, not of the 'regex' module. Do you agree that this comment should be removed here? 2026-04-25 Bruno Haible <[email protected]> regex: Remove misplaced comment. * modules/regex (Depends-on): Don't mention uchar-h-c23. diff --git a/modules/regex b/modules/regex index d3e3ad326d..acc5d6c534 100644 --- a/modules/regex +++ b/modules/regex @@ -49,10 +49,6 @@ stdint-h [test $ac_use_included_regex = yes] strncpy [test $ac_use_included_regex = yes] verify [test $ac_use_included_regex = yes] uchar-h [test $ac_use_included_regex = yes] -# The lonesome_lower array requires ISO C 23 semantics for char32_t. -# But uchar-h-c23 has a global effect, therefore leave it to each package -# to enable it. -#uchar-h-c23 [test $ac_use_included_regex = yes] configure.ac: gl_REGEX
