summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-12-28 08:48:01 -0800
committerJim Meyering <meyering@fb.com>2022-12-28 08:48:01 -0800
commit7553200068763f99b148572c338bbbd46201fa45 (patch)
tree360577aefbc5d3dbda23532f750a8a9a902666f9
parent00f4ade0914a1d27897db3686d0cbe7284f6bea9 (diff)
downloadgzip-7553200068763f99b148572c338bbbd46201fa45.tar.gz
maint: avoid new sc_tight_scope syntax-check failure
* cfg.mk (_gl_TS_extern): Allow a leading '_Noreturn ' on declarations like that of abort_gzip.
-rw-r--r--cfg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 2f00e77..3676661 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -101,3 +101,5 @@ export _gl_TS_dir = .
export _gl_TS_unmarked_extern_vars = \
block_start d_buf inbuf outbuf prev read_buf strstart window \
match_start prev_length max_chain_length good_match nice_match
+
+_gl_TS_extern = (?:_Noreturn )?extern