mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02: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
|
@ -41,7 +41,7 @@
|
|||
|
||||
/**/
|
||||
static int
|
||||
bin_clone(char *nam, char **args, char *ops, int func)
|
||||
bin_clone(char *nam, char **args, Options ops, int func)
|
||||
{
|
||||
int ttyfd, pid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue