1
0
Fork 0
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:
Wayne Davison 2004-10-01 19:48:57 +00:00
parent 89eb92d8c2
commit 74fb5712a2

View file

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