mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
- Call saveandpophiststack() with its new writeflags arg.
This commit is contained in:
parent
89eb92d8c2
commit
74fb5712a2
1 changed files with 2 additions and 1 deletions
|
|
@ -3611,7 +3611,8 @@ mod_export void
|
|||
endparamscope(void)
|
||||
{
|
||||
locallevel--;
|
||||
saveandpophiststack(0); /* Pops anything from a higher locallevel */
|
||||
/* This pops anything from a higher locallevel */
|
||||
saveandpophiststack(0, HFILE_USE_OPTIONS);
|
||||
scanhashtable(paramtab, 0, 0, 0, scanendscope, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue