diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -8,6 +8,12 @@ (do_dcngettext): Ditto. (do_bindtextdomain): Initialize save and save1. + Unrelated: + + * main.c (optlist): Make 'L' option's argument optional, to + match --lint. Thanks to Manuel Collado <mcollado2011@gmail.com> + for the report. + 2017-12-22 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub, depcomp, install-sh: Updated @@ -1443,7 +1443,7 @@ parse_args(int argc, char **argv) /* * The + on the front tells GNU getopt not to rearrange argv. */ - const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L:nNo::Op::MPrSstVYZ:"; + const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L::nNo::Op::MPrSstVYZ:"; int old_optind; int c; char *scan; |