Commit 696fe23c by Neil Booth Committed by Neil Booth

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

From-SVN: r64820
parent bd83b409
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment