1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-11 08:21:13 +01:00

17283: Src/parse.c: `func() { ... } this bit was ignored'.

This commit is contained in:
Peter Stephenson 2002-06-04 16:25:46 +00:00
parent 7d5e54195f
commit 07047de129
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-06-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.
2002-06-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17273: Src/parse.c: `outer() { inner(); }' succeded; when outer

View file

@ -1611,6 +1611,8 @@ par_simple(int *complex, int nr)
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
isfunc = 1;
isnull = 0;
break;
} else
break;
isnull = 0;