summaryrefslogtreecommitdiff
path: root/libguile/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/error.c')
-rw-r--r--libguile/error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/error.c b/libguile/error.c
index 52bda683c..f23ee6ed5 100644
--- a/libguile/error.c
+++ b/libguile/error.c
@@ -145,6 +145,9 @@ scm_syserror_msg (const char *subr, const char *message, SCM args, int eno)
scm_cons (SCM_MAKINUM (eno), SCM_EOL));
}
+/* scm_sysmissing is no longer used in libguile. it can probably be
+ removed after a release or two. there's a comment in NEWS about it
+ (2000-01-09). */
void
scm_sysmissing (const char *subr)
{