From d996119145a5b3accd5e8f34a6e1766942a30cbd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Nov 2014 07:46:47 -0800 Subject: [PATCH] maint: avoid false positive match in check for double semicolon * cfg.mk (exclude_file_name_regexp--sc_prohibit_double_semicolon): Exempt the file, lib/match.c, from gnulib's new double-semicolon check. --- cfg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg.mk b/cfg.mk index 4295fc6..b2dc613 100644 --- a/cfg.mk +++ b/cfg.mk @@ -76,6 +76,8 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ exclude_file_name_regexp--sc_prohibit_strcmp = ^gzip\.c$$ exclude_file_name_regexp--sc_prohibit_always-defined_macros = ^tailor\.h$$ +exclude_file_name_regexp--sc_prohibit_double_semicolon = ^lib/match\.c$$ + # Tell the tight_scope rule that sources are in ".". export _gl_TS_dir = . -- 2.30.2