summaryrefslogtreecommitdiff
path: root/variable.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-02-14 15:42:17 +0000
committerPaul Smith <psmith@gnu.org>2006-02-14 15:42:17 +0000
commit5899bfd565fbac1e5616126d5eff7d222ecceabd (patch)
treeca807059149cdac8be7461efa747b41505b36513 /variable.h
parent2f324652380b59c1231fc742788d7e5f2d0d03ac (diff)
downloadmake-5899bfd565fbac1e5616126d5eff7d222ecceabd.tar.gz
Some memory leak cleanups (found with valgrind).
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.h b/variable.h
index 6b20152f..46b18fad 100644
--- a/variable.h
+++ b/variable.h
@@ -136,6 +136,7 @@ extern char *recursively_expand_for_file PARAMS ((struct variable *v,
/* variable.c */
extern struct variable_set_list *create_new_variable_set PARAMS ((void));
+extern void free_variable_set PARAMS ((struct variable_set_list *));
extern struct variable_set_list *push_new_variable_scope PARAMS ((void));
extern void pop_variable_scope PARAMS ((void));
extern void define_automatic_variables PARAMS ((void));