From 53c5d9fd50b6895b886c1d19d0851562fc03e00c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 16 Sep 2014 17:29:40 -0700 Subject: [PATCH 07/10] grep: avoid false alarms for mb_clen and to_uchar * cfg.mk (_gl_TS_unmarked_extern_functions): New var, to bypass the tight_scope false alarms on mb_clen and to_uchar. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg.mk b/cfg.mk index 947d184..3316b5d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -28,6 +28,10 @@ local-checks-to-skip = \ # Tools used to bootstrap this package, used for "announcement". bootstrap-tools = autoconf,automake,gnulib +# The tight_scope test gets confused about inline functions. +# like 'to_uchar'. +_gl_TS_unmarked_extern_functions = main usage mb_clen to_uchar + # Now that we have better tests, make this the default. export VERBOSE = yes -- 1.9.3