Formerly variable.c.~11~

This commit is contained in:
Roland McGrath 1992-10-09 17:50:55 +00:00
parent 46ccc784fe
commit 112dd3508d

View File

@ -88,6 +88,8 @@ define_variable_in_set (name, length, value, origin, recursive, set)
than this one, don't redefine it. */
if ((int) origin >= (int) v->origin)
{
if (v->value != 0)
free (v->value);
v->value = savestring (value, strlen (value));
v->origin = origin;
v->recursive = recursive;