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.
This commit is contained in:
Jim Meyering 2023-07-12 21:34:19 -07:00
parent 5d0554f0a1
commit d95e016e37

2
cfg.mk
View File

@ -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$$