From: Bruno Haible Date: Tue, 30 Apr 2024 13:11:42 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Tag: v0.23~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac254a9d76c491ab7e2c1c43dbe483b76b05b5c;p=thirdparty%2Fgettext.git Update after gnulib changed. * gnulib-local/lib/exitfail.h.diff: Update. --- diff --git a/gnulib-local/lib/exitfail.h.diff b/gnulib-local/lib/exitfail.h.diff index c10f453e7..c9a75d305 100644 --- a/gnulib-local/lib/exitfail.h.diff +++ b/gnulib-local/lib/exitfail.h.diff @@ -1,13 +1,19 @@ -*** gnulib/lib/exitfail.h 2005-05-14 08:03:58.000000000 +0200 ---- gettext-tools/lib/exitfail.h 2006-07-22 16:35:58.000000000 +0200 +*** exitfail.h.orig 2024-04-30 14:23:34.917729169 +0200 +--- exitfail.h 2024-04-30 14:23:45.389780892 +0200 *************** -*** 15,18 **** - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ +*** 20,26 **** + #endif + ! extern int volatile exit_failure; ---- 15,18 ---- - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + + + #ifdef __cplusplus +--- 20,26 ---- + #endif + ! extern DLL_VARIABLE int volatile exit_failure; + + + #ifdef __cplusplus