summaryrefslogtreecommitdiff
path: root/libguile/procs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/procs.h')
-rw-r--r--libguile/procs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/procs.h b/libguile/procs.h
index 060c8ee42..74627254a 100644
--- a/libguile/procs.h
+++ b/libguile/procs.h
@@ -136,7 +136,6 @@ SCM_API long scm_subr_table_room;
-SCM_API void scm_mark_subr_table (void);
SCM_API void scm_free_subr_entry (SCM subr);
SCM_API SCM scm_c_make_subr (const char *name, long type, SCM (*fcn)());
SCM_API SCM scm_c_make_subr_with_generic (const char *name, long type,