summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-09-16 17:29:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-09-16 18:23:49 -0700
commitb5aa641ae5d2f4eeb05f0a09de9d178f8b678cb5 (patch)
tree1210047b5c49994eecec9f17803b3c7ba8effa29
parentdfff75a432eec187e4c5f2c6ce99ebdadb1089c8 (diff)
downloadgrep-b5aa641ae5d2f4eeb05f0a09de9d178f8b678cb5.tar.gz
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.
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 947d1842..3316b5d7 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