(scm_c_make_gsubr, scm_c_define_gsubr,
authorMarius Vollmer <mvo@zagadka.de>
Sun, 20 May 2001 00:34:10 +0000 (00:34 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 20 May 2001 00:34:10 +0000 (00:34 +0000)
commit9d78586faf6848734b2b61d22cec6d5b8742fbbd
tree57f4098015a72a057db63db6d443aeb675a40f07
parentc36f65a8f0a9f1bd4969f0b58bc670f2dd35bc34
(scm_c_make_gsubr, scm_c_define_gsubr,
scm_c_make_gsubr_with_generic, scm_c_define_gsubr_with_generic):
New functions.  They replace scm_make_gsubr and
scm_make_gsubr_with_generic.  The `make' variants only create the
gsubr object, while the `define' variants also put it into the
current module.  Changed all callers.
(scm_make_gsubr, scm_make_gsubr_with_generic): Deprecated.
libguile/gsubr.c
libguile/gsubr.h