Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > + /* > + * Did we read from stdin due to stdin_handling == > + * REV_INFO_STDIN_CONSUME_ON_OPTION and seeing the --stdin > + * option? > */ > - int read_from_stdin; > + int consumed_stdin:1; Will make this into "unsigned int" while queuing, as 1-bit signed bitfield would not make much sense.