diff options
Diffstat (limited to 'libguile/debug.c')
-rw-r--r-- | libguile/debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/debug.c b/libguile/debug.c index a7a7704a7..e56a1b373 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -83,8 +83,7 @@ scm_debug_options (setting) if (!(1 <= SCM_N_FRAMES && SCM_N_FRAMES <= SCM_MAX_FRAME_SIZE)) { scm_options (ans, scm_debug_opts, SCM_N_DEBUG_OPTIONS, s_debug_options); - /* *fixme* Should SCM_ALLOW_INTS be called here? */ - scm_wta (setting, (char *) SCM_OUTOFRANGE, "frames"); + scm_out_of_range (s_debug_options, setting); } #endif SCM_RESET_DEBUG_MODE; |