On 09/09/2025 18:04, Paul Eggert wrote:
This is for GNU Diffutils, which is still using the old way
of also translating Gnulib’s msgids.
* lib/gettext.h (GNULIB_TEXT_DOMAIN): New macro.

coreutils CI is failing with latest gnulib in regex_internal.h
saying that the new macro is undefined.

It seems like these two files at least, should include gettext.h:

$ git grep -l GNULIB_TEXT_DOMAIN | grep '\.[ch]$' | xargs grep -LF gettext.h
lib/argmatch.c
lib/regex_internal.h

I didn't push a change accordingly as I wasn't sure exactly
how to handle regex_internal.h given the overlap with libc.

cheers,
Padraig

Reply via email to