Fix a bug where conditional variables weren't being expanded correctly.

This commit is contained in:
Paul Smith
1999-03-04 17:03:56 +00:00
parent a8f7173799
commit ede263043c
3 changed files with 14 additions and 0 deletions

View File

@@ -792,6 +792,7 @@ try_variable_definition (flocp, line, origin)
free(expanded_name);
return v;
}
flavor = f_recursive;
/* FALLTHROUGH */
case f_recursive:
/* A recursive variable definition "var = value".