summaryrefslogtreecommitdiff
path: root/libguile/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/error.h')
-rw-r--r--libguile/error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/error.h b/libguile/error.h
index 816d4f767..046a38f0d 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -47,7 +47,8 @@
extern int scm_ints_disabled;
-extern SCM system_error_sym;
+extern SCM scm_system_error;
+extern SCM scm_num_overflow;