1
0
Fork 0
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:
Tanaka Akira 2000-03-01 16:07:26 +00:00
parent 3622c3ea7d
commit 3bb9961169

View file

@ -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);