diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-01-24 15:58:46 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-01-24 15:58:46 +0000 |
commit | e40a4095d60261f10850b8ef7b11b46bac300f44 (patch) | |
tree | d3b0e97a3328799c009eac9183f1b117510b3721 /libguile/backtrace.h | |
parent | f1e06a96a26f12359f62190868630bf6b5811d43 (diff) |
* Make sure that scm_display_error validates its port argument.
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); |