summaryrefslogtreecommitdiff
path: root/libguile/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/error.h')
-rw-r--r--libguile/error.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/error.h b/libguile/error.h
index 4560d97fd..2b75f9297 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -61,8 +61,6 @@ extern int scm_ints_disabled;
extern void scm_error SCM_P ((SCM key, char *subr, char *message,
SCM args, SCM rest)) SCM_NORETURN;
-extern void (*scm_error_callback) SCM_P ((SCM key, char *subr,
- char *message, SCM args, SCM rest));
extern SCM scm_error_scm SCM_P ((SCM key, SCM subr, SCM message,
SCM args, SCM rest)) SCM_NORETURN;
extern SCM scm_strerror (SCM err);