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:
parent
043c302261
commit
9634760d5e
38 changed files with 1023 additions and 662 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue