From caf5838d398af1f72f06f5ed3d325bf8d533fe1c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 May 2011 10:03:57 +0200 Subject: [PATCH] maint: prepare for gnulib's new tight-scope syntax-check rule * cfg.mk (_gl_TS_dir): Define. (_gl_TS_unmarked_extern_vars): Define. --- cfg.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cfg.mk b/cfg.mk index f9e7d25..7433015 100644 --- a/cfg.mk +++ b/cfg.mk @@ -74,3 +74,10 @@ exclude_file_name_regexp--sc_require_config_h_first = ^lib/match\.c$$ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ ^tests/hufts-segv\.gz$$ exclude_file_name_regexp--sc_prohibit_strcmp = ^gzip\.c$$ + +# Tell the tight_scope rule that sources are in ".". +export _gl_TS_dir = . + +# Tell the tight_scope rule that these variables are deliberately "extern". +export _gl_TS_unmarked_extern_vars = \ + block_start d_buf inbuf outbuf prev read_buf strstart window -- 2.47.2