mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-16 04:12:26 +02:00
maint: avoid i686-specific syntax-check failure
* cfg.mk (_gl_TS_unmarked_extern_vars): Define.
This commit is contained in:
5
cfg.mk
5
cfg.mk
@@ -604,3 +604,8 @@ export _gl_TS_headers = $(srcdir)/cfg.mk
|
||||
_gl_TS_dir = .
|
||||
_gl_TS_obj_files = src/*.$(OBJEXT)
|
||||
_gl_TS_other_headers = src/*.h
|
||||
|
||||
# Tell the tight_scope rule about an exceptional "extern" variable.
|
||||
# Normally, the rule would detect its declaration, but that uses a
|
||||
# different name, __clz_tab.
|
||||
_gl_TS_unmarked_extern_vars = factor_clz_tab
|
||||
|
||||
Reference in New Issue
Block a user