summaryrefslogtreecommitdiff
path: root/libguile/procs.c
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-04-25 09:45:16 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-04-25 09:45:16 +0000
commite59bb5166217c2bd1db92ecf1b8bae23bedba606 (patch)
tree5bd8487bb3c092b6ed6ffd765d985cb067ca3db3 /libguile/procs.c
parent820920e6a3e740fe9c3f4987d0071dfbbe0255ce (diff)
downloadguile-e59bb5166217c2bd1db92ecf1b8bae23bedba606.tar.gz
* Remove function scm_init_iprocs, remove struct scm_iproc and simplify
initialization of c[ad]+r functions. * Remove structs scm_subr and scm_dsubr and access the function cell words directly instead of casting a cell to a C struct.
Diffstat (limited to 'libguile/procs.c')
-rw-r--r--libguile/procs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libguile/procs.c b/libguile/procs.c
index 781557f4b..2affe9c81 100644
--- a/libguile/procs.c
+++ b/libguile/procs.c
@@ -371,16 +371,6 @@ scm_setter (SCM proc)
void
-scm_init_iprocs(const scm_iproc *subra, int type)
-{
- for(;subra->scm_string; subra++)
- scm_make_subr(subra->scm_string,
- type,
- subra->cproc);
-}
-
-
-void
scm_init_subr_table ()
{
scm_subr_table