From: Jim Meyering Date: Mon, 10 Nov 2014 15:46:47 +0000 (-0800) Subject: maint: avoid false positive match in check for double semicolon X-Git-Tag: v1.7~39 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=d996119145a5b3accd5e8f34a6e1766942a30cbd;p=debian%2Fgzip 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. --- 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 = .