1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

17582: Improved option argument handling.

unposted: Updated version to 4.1.0-dev-6 because of interface change.
This commit is contained in:
Peter Stephenson 2002-08-27 21:10:30 +00:00
parent 043c302261
commit 9634760d5e
38 changed files with 1023 additions and 662 deletions

View file

@ -481,7 +481,7 @@ setoption(HashNode hn, int value)
/**/
int
bin_setopt(char *nam, char **args, char *ops, int isun)
bin_setopt(char *nam, char **args, Options ops, int isun)
{
int action, optno, match = 0;