(scm_t_cell): Fields are now of type SCM instead of
authorMarius Vollmer <mvo@zagadka.de>
Thu, 6 May 2004 16:41:08 +0000 (16:41 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 6 May 2004 16:41:08 +0000 (16:41 +0000)
commit33c527ec83a8506599b8e6b7168f2f43478bc95a
treebf95dd34b5d578ee2decf2012f38328d236ad5c1
parent050fedc4fd1398dd5b094bd4ceaeab97104146d9
(scm_t_cell): Fields are now of type SCM instead of
scm_t_bits.  Updated all users.
(SCM_GC_CARD_SIZE_MASK): Use SCM_GC_SIZEOF_CARD instead of
duplicating the code.
(SCM_CELL_OBJECT_LOC): New.
(SCM_CARLOC, SCM_CDRLOC): Use it instead of SCM_CELL_WORD_LOC.
(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
libguile/gc.h