Paul Eggert wrote: > a signed bitfield has the value 0 or -1 (on two's complement hosts).
Some compilers also give warnings if you use 'int foo : 1;'. We don't want these warnings to occur in code of gnulib users. > Admittedly this problem should be documented. Here's a proposed patch. Thanks. I can see nothing better. Bruno