use lifo for properties as before.

This commit is contained in:
Vitor Santos Costa 2011-08-18 05:06:02 -07:00
parent fee0ee8691
commit fc9c92b5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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);