From 8486cc9546c61eeb0decf65eca788e550254a93e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Jan 2017 09:07:15 -0800 Subject: maint: avoid new syntax-check failures * src/kwset.c (struct kwset): Split a line longer than 80. * bootstrap: Update from gnulib. This fixes a new syntax-check failure due to its use of "time stamp". --- src/kwset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/kwset.c b/src/kwset.c index bbb837c4..0c0993df 100644 --- a/src/kwset.c +++ b/src/kwset.c @@ -101,7 +101,8 @@ struct kwset unsigned char delta[NCHAR]; /* Delta table for rapid search. */ struct trie *next[NCHAR]; /* Table of children of the root. */ char *target; /* Target string if there's only one. */ - ptrdiff_t *shift; /* Used in Boyer-Moore search for one string. */ + ptrdiff_t *shift; /* Used in Boyer-Moore search for one + string. */ char const *trans; /* Character translation table. */ /* If there's only one string, this is the string's last byte, -- cgit v1.2.1