From d95e016e37719a2b146b7bfb9ac684975933e989 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Jul 2023 21:34:19 -0700 Subject: [PATCH] maint: avoid a new syntax-check failure * cfg.mk (exclude_file_name_regexp--sc_GPL_version): Exempt mbcel.h, which is GPL-2.1. Remove this exemption if/when mbcel.h moves to gnulib. --- cfg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg.mk b/cfg.mk index 83d454e..f174933 100644 --- a/cfg.mk +++ b/cfg.mk @@ -78,3 +78,5 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = ^tests/y2038-vs-32bit$$ # Tell gnulib's tight_scope rule that we mark externs with XTERN export _gl_TS_extern = extern|XTERN|DIFF_INLINE|SYSTEM_INLINE + +exclude_file_name_regexp--sc_GPL_version = ^lib/mbcel\.h$$