* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
From-SVN: r64820
This commit is contained in:
parent
bd83b409c5
commit
696fe23cb6
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -4465,9 +4465,6 @@ independent_decode_option (argc, argv)
|
|||
return 2;
|
||||
}
|
||||
|
||||
if (*arg == 'Y')
|
||||
arg++;
|
||||
|
||||
switch (*arg)
|
||||
{
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue