* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.

From-SVN: r64820
This commit is contained in:
Neil Booth 2003-03-24 20:44:54 +00:00 committed by Neil Booth
parent bd83b409c5
commit 696fe23cb6
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003-03-24 Neil Booth <neil@daikokuya.co.uk>
* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
2003-03-24 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi (Testing): Mention test result links from build

View file

@ -4465,9 +4465,6 @@ independent_decode_option (argc, argv)
return 2;
}
if (*arg == 'Y')
arg++;
switch (*arg)
{
default: