summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-04 13:46:34 +0200
committerBruno Haible <bruno@clisp.org>2022-10-09 09:30:42 +0200
commit17e1ed3995d26fae8d6420e7664ce6e2631fb6e7 (patch)
tree5cffbd789636795d3b83db5ab39477eb61a8f4fe
parentec5e36895f1db2e542076fed81014866bc8f384c (diff)
downloadgettext-17e1ed3995d26fae8d6420e7664ce6e2631fb6e7.tar.gz
Update after gnulib changed on 2017-06-17.
* gnulib-local/lib/diffseq.h.diff: Remove file. * gnulib-local/Makefile.am (EXTRA_DIST): Remove it.
-rw-r--r--gnulib-local/Makefile.am3
-rw-r--r--gnulib-local/lib/diffseq.h.diff13
2 files changed, 1 insertions, 15 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index bcb23b098..8045a8068 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)