1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00

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.
This commit is contained in:
Andy Wingo 2011-05-15 10:58:24 +02:00
parent 2572c80673
commit b9b9a02804
5 changed files with 3 additions and 17 deletions

View file

@ -513,9 +513,7 @@ scm_i_init_guile (void *base)
scm_initialized_p = 1;
#ifdef STACK_CHECKING
scm_stack_checking_enabled_p = SCM_STACK_CHECKING_P;
#endif
scm_init_rdelim ();
scm_init_rw ();