summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-07-11 06:38:57 +0000
committerPaul Smith <psmith@gnu.org>2002-07-11 06:38:57 +0000
commit6c3dcbbf88e3ea6505d8f9d7015ca0fbcb3dc410 (patch)
tree24ff4cecaa8603feffa1ecf5ed82a4199a51d673 /expand.c
parent111503264cc0605b90f489ba83e59e4593daaa1a (diff)
downloadmake-6c3dcbbf88e3ea6505d8f9d7015ca0fbcb3dc410.tar.gz
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.
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
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)
{