]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed on 2017-06-17.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2021 11:46:34 +0000 (13:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
* gnulib-local/lib/diffseq.h.diff: Remove file.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove it.

gnulib-local/Makefile.am
gnulib-local/lib/diffseq.h.diff [deleted file]

index bcb23b098df0d2e5cf11a578eee06510dd9af6b6..8045a806815bce5c2853e51463ec436f6f1846cf 100644 (file)
@@ -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 (file)
index ebd3b19..0000000
+++ /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)