mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
17272: inner function definition could define nonsense
This commit is contained in:
parent
5441412544
commit
da6a201946
2 changed files with 8 additions and 0 deletions
|
|
@ -1590,6 +1590,8 @@ par_simple(int *complex, int nr)
|
|||
pl = ecadd(WCB_PIPE(WC_PIPE_END, 0));
|
||||
|
||||
par_cmd(&c);
|
||||
if (!c)
|
||||
YYERROR(oecused);
|
||||
|
||||
set_sublist_code(sl, WC_SUBLIST_END, 0, ecused - 1 - sl, c);
|
||||
set_list_code(ll, (Z_SYNC | Z_END), c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue