mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
zsh-workers/9958
This commit is contained in:
parent
3622c3ea7d
commit
3bb9961169
1 changed files with 2 additions and 0 deletions
|
@ -1335,6 +1335,7 @@ par_funcdef(void)
|
|||
lineno += oldlineno;
|
||||
ecnpats = onp;
|
||||
ecssub = oecssub;
|
||||
ecnfunc++;
|
||||
|
||||
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
||||
}
|
||||
|
@ -1504,6 +1505,7 @@ par_simple(int *complex, int nr)
|
|||
lineno += oldlineno;
|
||||
ecnpats = onp;
|
||||
ecssub = oecssub;
|
||||
ecnfunc++;
|
||||
|
||||
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
||||
|
||||
|
|
Loading…
Reference in a new issue