Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > +static int option_parse_inaccurate(const struct option *opt, > + const char *arg, int unset) > +{ > + options |= INACCURATE_EOF; > + return 0; > +} > + > +static int option_parse_recount(const struct option *opt, > + const char *arg, int unset) > +{ > + options |= RECOUNT; > + return 0; > +} I still haven't applied and ran the testsuite myself, but these makes me wonder if there isn't a built-in "bit" type support in parse_options(). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html