diff options
Diffstat (limited to 'libguile/error.h')
-rw-r--r-- | libguile/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/error.h b/libguile/error.h index 61bf5ec8d..42cd6f9ca 100644 --- a/libguile/error.h +++ b/libguile/error.h @@ -67,6 +67,8 @@ extern SCM scm_strerror (SCM err); extern void scm_syserror SCM_P ((const char *subr)) SCM_NORETURN; extern void scm_syserror_msg SCM_P ((const char *subr, const char *message, SCM args, int eno)) SCM_NORETURN; +/* scm_sysmissing is no longer used in libguile. it can probably be + removed after a release or two (2000-01-09). */ extern void scm_sysmissing SCM_P ((const char *subr)) SCM_NORETURN; extern void scm_num_overflow SCM_P ((const char *subr)) SCM_NORETURN; extern void scm_out_of_range SCM_P ((const char *subr, SCM bad_value)) |