From 66459baee27374577d32a78564604ad64228f71d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 26 Sep 2005 05:16:31 +0000 Subject: Make sure to assign a boolean value to a 1-bit bitfield. Reported on the bug-make mailing list. Fix Savannah bug # 14527: remember to free temporary line constructor memory if the line is empty. --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 2f1826f..43964a5 100644 --- a/variable.c +++ b/variable.c @@ -446,7 +446,7 @@ lookup_variable_in_set (const char *name, unsigned int length, void initialize_file_variables (struct file *file, int reading) { - register struct variable_set_list *l = file->variables; + struct variable_set_list *l = file->variables; if (l == 0) { -- cgit v1.2.3