From 79a802c74cdcbcb2361a375a7d52c1ed23fb9185 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 21 May 2004 20:05:16 +0000 Subject: Added a call to saveandpophiststack(0) to endparamscope() to enable the new auto-pop feature. --- Src/params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/params.c b/Src/params.c index 4f1d08b92..72e05f9a8 100644 --- a/Src/params.c +++ b/Src/params.c @@ -3584,6 +3584,7 @@ mod_export void endparamscope(void) { locallevel--; + saveandpophiststack(0); /* Pops anything from a higher locallevel */ scanhashtable(paramtab, 0, 0, 0, scanendscope, 0); } -- cgit 1.4.1