Reduce some errors under -DSCM_DEBUG=1.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 23 Oct 2009 18:00:19 +0000 (14:00 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Fri, 23 Oct 2009 18:02:56 +0000 (14:02 -0400)
commit32b12f40509e4bcb0823e1bb2a57e50af14560b5
treef9b7bb2cf6fca7b356c638f607ca0b01f63684b4
parent4d3406a84750589ffa70669bb923343082efaeb5
Reduce some errors under -DSCM_DEBUG=1.

* goops.c (scm_sys_modify_instance, scm_sys_modify_class): Use
SCM_{,SET_}CELL_WORD_[01] instead of SCM_{,SET}C[AD]R since the
objects passed are not pairs.
libguile/goops.c