(translate_options): `*' inhibits warning of extraneous arg.

From-SVN: r4758
This commit is contained in:
Richard Stallman 1993-06-26 19:43:09 +00:00
parent 6a96fcb495
commit fff26804c9

View File

@ -771,6 +771,8 @@ translate_options (argcp, argvp)
arg = argv[++i];
}
}
else if (index (arginfo, '*') != 0)
;
else if (index (arginfo, 'a') == 0)
{
if (arg != 0)