fix handling of holds.
This commit is contained in:
parent
c49661f88c
commit
add296ba37
@ -1338,6 +1338,13 @@ RestoreEntries(PropEntry *pp, int int_key)
|
|||||||
ve->ValueOfVE = AtomTermAdjust(tv);
|
ve->ValueOfVE = AtomTermAdjust(tv);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case HoldProperty:
|
||||||
|
{
|
||||||
|
HoldEntry *he = (HoldEntry *)pp;
|
||||||
|
he->NextOfPE =
|
||||||
|
PropAdjust(he->NextOfPE);
|
||||||
|
}
|
||||||
|
break;
|
||||||
case ArrayProperty:
|
case ArrayProperty:
|
||||||
{
|
{
|
||||||
ArrayEntry *ae = (ArrayEntry *)pp;
|
ArrayEntry *ae = (ArrayEntry *)pp;
|
||||||
|
Reference in New Issue
Block a user