From: Bruno Haible Date: Sun, 4 Apr 2021 11:46:34 +0000 (+0200) Subject: Update after gnulib changed on 2017-06-17. X-Git-Tag: v0.22~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea282a37646ac506156133310742d7c64e10d8ad;p=thirdparty%2Fgettext.git Update after gnulib changed on 2017-06-17. * gnulib-local/lib/diffseq.h.diff: Remove file. * gnulib-local/Makefile.am (EXTRA_DIST): Remove it. --- diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 298c4f604..babd8b246 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gnulib-local directory of GNU gettext -## Copyright (C) 2006-2008, 2010-2012, 2014-2020 Free Software Foundation, Inc. +## Copyright (C) 2006-2008, 2010-2012, 2014-2021 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ lib/backupfile.c \ lib/backupfile.h \ lib/closeout.c \ lib/closeout.h \ -lib/diffseq.h.diff \ lib/error.h.diff \ lib/error-progname.c \ lib/error-progname.h \ diff --git a/gnulib-local/lib/diffseq.h.diff b/gnulib-local/lib/diffseq.h.diff deleted file mode 100644 index ebd3b1953..000000000 --- a/gnulib-local/lib/diffseq.h.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/diffseq.h b/diffseq.h -index 1974c36..02ef9f2 100644 ---- a/diffseq.h -+++ b/diffseq.h -@@ -207,7 +207,7 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, - for (c = 1;; ++c) - { - OFFSET d; /* Active diagonal. */ -- bool big_snake = false; -+ bool big_snake _GL_UNUSED = false; - - /* Extend the top-down search by an edit step in each diagonal. */ - if (fmin > dmin)