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
|
||||
should always be first */
|
||||
if (ae->PropsOfAE != NIL &&
|
||||
RepProp(ae->PropsOfAE)->KindOfPE != HoldProperty) {
|
||||
RepProp(ae->PropsOfAE)->KindOfPE == WideAtomProperty) {
|
||||
PropEntry *pp = RepProp(ae->PropsOfAE);
|
||||
p->NextOfPE = pp->NextOfPE;
|
||||
pp->NextOfPE = AbsProp(p);
|
||||
|
Reference in New Issue
Block a user