Remove extra entries from the option enum

MFC after:	3 days
This commit is contained in:
Baptiste Daroussin 2016-12-30 23:46:11 +00:00
parent 8373993535
commit d630035127
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310874

View File

@ -82,28 +82,9 @@ enum {
NORMAL_OPT,
FCASE_SENSITIVE_OPT,
FCASE_IGNORE_OPT,
FROMFILE_OPT,
TOFILE_OPT,
UNIDIR_OPT,
STRIPCR_OPT,
HORIZ_OPT,
SUPCL_OPT,
LF_OPT,
/* the following groupings must be in sequence */
OLDGF_OPT,
NEWGF_OPT,
UNCGF_OPT,
CHGF_OPT,
OLDLF_OPT,
NEWLF_OPT,
UNCLF_OPT,
/* end order-sensitive enums */
TSIZE_OPT,
HLINES_OPT,
LFILES_OPT,
DIFFPROG_OPT,
NOOP_OPT,
};
static struct option longopts[] = {