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

@@ -887,7 +887,7 @@ lbitset_ones (bitset dst)
bitset! It makes a sparse bitset become dense. An alternative
is to have a flag that indicates that the bitset stores the
complement of what it indicates. */
bitset_windex windex
= (BITSET_SIZE_ (dst) + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS;