Remove the `scm_tc_free_cell' SMOB type.
authorLudovic Courtès <ludo@gnu.org>
Tue, 25 Aug 2009 21:57:49 +0000 (23:57 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 25 Aug 2009 21:57:49 +0000 (23:57 +0200)
commitf86f3b5b113b4cb383c531150b13bef9b2789221
treeca34f2a0945a07dacc90ab3be7f87fdebcad818e
parent78747ac6fbdcbca423ecaed65a5d6da9c3262b58
Remove the `scm_tc_free_cell' SMOB type.

* libguile/deprecated.h (SCM_FREEP, SCM_NFREEP): Changed to constants.

* libguile/gc.c (scm_i_tag_name): Remove reference to
  `scm_tc_free_cell'.

* libguile/gc.h (SCM_FREE_CELL_CDR, SCM_SET_FREE_CELL_CDR): Remove.

* libguile/smob.c (free_print): Remove.
  (scm_smob_prehistory): Don't create the "free" SMOB type.

* libguile/struct.c (struct_finalizer_trampoline): Use a bare
  `scm_tc3_struct' tag for finalized structs instead of
  `scm_tc_free_cell'.

* libguile/tags.h (scm_tc_free_cell): Remove.
libguile/deprecated.h
libguile/gc.c
libguile/gc.h
libguile/smob.c
libguile/struct.c
libguile/tags.h