* variable.h (scm_tc16_variable): Removed.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 25 Jul 2001 15:28:07 +0000 (15:28 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 25 Jul 2001 15:28:07 +0000 (15:28 +0000)
commitdbf5dfb3c1e937b12261a32c47ee3f14ee7e3325
tree076382ec22702196e3cbf7acbb6f1c88459885c2
parente5aca4b5c428232510ea207b895e894e0295401b
* variable.h (scm_tc16_variable): Removed.
(SCM_VARIABLEP): Test for new tc7 code.
(scm_i_variable_print): New.
* variable.c (scm_tc16_variable): Removed.
(variable_print): Renamed to scm_i_variable_print and made
non-static.
(variable_equal_p): Removed.
(make_variable): Construct a tc7 object instead of a smob.
(scm_init_variable): Do not register smob.
libguile/variable.c
libguile/variable.h