use lifo for properties as before.
This commit is contained in:
parent
fee0ee8691
commit
fc9c92b5c1
@ -1614,7 +1614,7 @@ AddPropToAtom(AtomEntry *ae, PropEntry *p)
|
|||||||
/* old properties should be always last, and wide atom properties
|
/* old properties should be always last, and wide atom properties
|
||||||
should always be first */
|
should always be first */
|
||||||
if (ae->PropsOfAE != NIL &&
|
if (ae->PropsOfAE != NIL &&
|
||||||
RepProp(ae->PropsOfAE)->KindOfPE != HoldProperty) {
|
RepProp(ae->PropsOfAE)->KindOfPE == WideAtomProperty) {
|
||||||
PropEntry *pp = RepProp(ae->PropsOfAE);
|
PropEntry *pp = RepProp(ae->PropsOfAE);
|
||||||
p->NextOfPE = pp->NextOfPE;
|
p->NextOfPE = pp->NextOfPE;
|
||||||
pp->NextOfPE = AbsProp(p);
|
pp->NextOfPE = AbsProp(p);
|
||||||
|
Reference in New Issue
Block a user