diff options
Diffstat (limited to 'libguile/backtrace.h')
-rw-r--r-- | libguile/backtrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/backtrace.h b/libguile/backtrace.h index 49e5475e8..68f85a2c7 100644 --- a/libguile/backtrace.h +++ b/libguile/backtrace.h @@ -52,6 +52,7 @@ extern SCM scm_the_last_stack_fluid; void scm_display_error_message (SCM message, SCM args, SCM port); +void scm_i_display_error (SCM stack, SCM port, SCM subr, SCM message, SCM args, SCM rest); SCM scm_display_error (SCM stack, SCM port, SCM subr, SCM message, SCM args, SCM rest); SCM scm_display_application (SCM frame, SCM port, SCM indent); SCM scm_display_backtrace (SCM stack, SCM port, SCM first, SCM depth); |