pacify syntax-checks

* lib/lbitset.c, tests/c++.at: here.
* cfg.mk: Add exceptions.
This commit is contained in:
Akim Demaille
2018-10-16 18:51:50 +02:00
parent 9017924783
commit 5cdbc97c9d
3 changed files with 23 additions and 22 deletions

View File

@@ -453,7 +453,8 @@ AT_FULL_COMPILE([list])
# Are we compiling with modern C++ enabled?
AT_COMPILE_CXX([modern])
AT_CHECK([./modern], [ignore], [ignore])
here=. # Pacify cfg.mk's sc_at_parser_check.
AT_CHECK([$here/modern], [ignore], [ignore])
if test $at_status = 0; then
modern=true
else