summaryrefslogtreecommitdiff
path: root/libguile/debug.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-05-15 10:58:24 +0200
committerAndy Wingo <wingo@pobox.com>2011-05-15 15:34:15 +0200
commitb9b9a028042f1d2e2ff4d89c2389ac08549e67ae (patch)
treeff75a71ea4adecee34205baa414ada9ee7c490b1 /libguile/debug.c
parent2572c8067310d3cf5fc0dd61672c9bf2b2ac48db (diff)
downloadguile-b9b9a028042f1d2e2ff4d89c2389ac08549e67ae.tar.gz
remove #define STACK_CHECKING from __scm.h.
* libguile/__scm.h: Remove #define STACK_CHECKING and #undef NO_CEVAL_STACK_CHECKING. * libguile/debug.c (scm_debug_options) * libguile/init.c (scm_i_init_guile): * libguile/stackchk.c (scm_report_stack_overflow): * libguile/stackchk.h: Always enable stack checking.
Diffstat (limited to 'libguile/debug.c')
-rw-r--r--libguile/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/debug.c b/libguile/debug.c
index 88a01d6aa..1a5c197ee 100644
--- a/libguile/debug.c
+++ b/libguile/debug.c
@@ -108,9 +108,7 @@ SCM_DEFINE (scm_debug_options, "debug-options-interface", 0, 1, 0,
scm_dynwind_critical_section (SCM_BOOL_F);
ans = scm_options (setting, scm_debug_opts, FUNC_NAME);
-#ifdef STACK_CHECKING
scm_stack_checking_enabled_p = SCM_STACK_CHECKING_P;
-#endif
scm_dynwind_end ();
return ans;