From ece721f0311bc2ffb65e67e251f3c715765ba686 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 19 Aug 2004 20:34:58 +0000 Subject: [PATCH] Added comment about future improvements... --- libguile/procprop.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/procprop.c b/libguile/procprop.c index 03043890d..41db72535 100644 --- a/libguile/procprop.c +++ b/libguile/procprop.c @@ -134,6 +134,12 @@ scm_i_procedure_arity (SCM proc) return scm_list_3 (scm_from_int (a), scm_from_int (o), scm_from_bool(r)); } +/* XXX - instead of using a stand-in value for everything except + closures, we should find other ways to store the procedure + properties for those other kinds of procedures. For example, subrs + have their own property slot, which is unused at present. +*/ + static SCM scm_stand_in_scm_proc(SCM proc) {