comparison src/data.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 080151679be2
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
1618 Vall_weak_lists = result; 1618 Vall_weak_lists = result;
1619 return result; 1619 return result;
1620 } 1620 }
1621 1621
1622 static const struct lrecord_description weak_list_description[] = { 1622 static const struct lrecord_description weak_list_description[] = {
1623 { XD_LISP_OBJECT, offsetof(struct weak_list, list), 1 }, 1623 { XD_LISP_OBJECT, offsetof (struct weak_list, list) },
1624 { XD_LO_LINK, offsetof(struct weak_list, next_weak) }, 1624 { XD_LO_LINK, offsetof (struct weak_list, next_weak) },
1625 { XD_END } 1625 { XD_END }
1626 }; 1626 };
1627 1627
1628 DEFINE_LRECORD_IMPLEMENTATION ("weak-list", weak_list, 1628 DEFINE_LRECORD_IMPLEMENTATION ("weak-list", weak_list,
1629 mark_weak_list, print_weak_list, 1629 mark_weak_list, print_weak_list,