From a66668aabccfbae3e1f22eaeb897b9c7a1e02733 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 22 Feb 1999 07:23:30 +0000 Subject: * New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded. * A few tweaks to the system glob test, after trying it on a system where it's true. * Installed patches to archive handling for AIX 4.3 big archives. * Fix a memory stomp in target-specific variables. * Fix a memory leak in foreach functions. --- function.c | 1 + 1 file changed, 1 insertion(+) (limited to 'function.c') diff --git a/function.c b/function.c index 13196eb..a04a467 100644 --- a/function.c +++ b/function.c @@ -876,6 +876,7 @@ expand_function (o, function, text, end) /* Kill the last space. */ --o; + v->value = 0; pop_variable_scope (); free (var); -- cgit v1.2.3