From: Collin Funk Date: Sun, 14 Sep 2025 00:34:21 +0000 (-0700) Subject: gettext-h: Avoid -Wtrailing-whitespace in config.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e44d5d9147f4669eaaba10b20c4dcd93509b73;p=thirdparty%2Fgnulib.git gettext-h: Avoid -Wtrailing-whitespace in config.h. * modules/gettext-h (configure.ac): Move the closing bracket and parentheses of AH_BOTTOM to the preceding line. --- diff --git a/ChangeLog b/ChangeLog index 7a2bd5d592..b818c46a7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-09-13 Collin Funk + + gettext-h: Avoid -Wtrailing-whitespace in config.h. + * modules/gettext-h (configure.ac): Move the closing bracket and + parentheses of AH_BOTTOM to the preceding line. + 2025-09-13 Bruno Haible pagealign_alloc: Don't waste large amounts of memory (regr. 2025-09-10). diff --git a/modules/gettext-h b/modules/gettext-h index 1820137422..876514e324 100644 --- a/modules/gettext-h +++ b/modules/gettext-h @@ -17,8 +17,7 @@ AH_BOTTOM([ different by defining GNULIB_TEXT_DOMAIN in their config.h file. */ #ifndef GNULIB_TEXT_DOMAIN # define GNULIB_TEXT_DOMAIN/**/"gnulib" -#endif -]) +#endif]) Makefile.am: lib_SOURCES += gettext.h