From 6c3dcbbf88e3ea6505d8f9d7015ca0fbcb3dc410 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 11 Jul 2002 06:38:57 +0000 Subject: Install Greg McGary's patches to port the id-utils hashing functions to GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems. --- expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expand.c') diff --git a/expand.c b/expand.c index e32e2898..6722e1b3 100644 --- a/expand.c +++ b/expand.c @@ -100,7 +100,7 @@ recursively_expand_for_file (v, file) struct file *file; { char *value; - struct variable_set_list *save; + struct variable_set_list *save = 0; if (v->expanding) { -- cgit v1.2.1