diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-08-23 01:18:28 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-08-23 01:18:28 +0000 |
commit | 80c78696e8552a41e0cec7e15c82e3ddc39f3480 (patch) | |
tree | eddd5d929d3853eef5ec5e8e42e1152e94e88f69 | |
parent | a8959050f9116ddae0f85c9dfd6c06a57890f053 (diff) | |
download | guile-80c78696e8552a41e0cec7e15c82e3ddc39f3480.tar.gz |
* __scm.h, stackchk.h, stackchk.c: Guile now performs stack
checking.
-rw-r--r-- | libguile/__scm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h index 34e94cf55..e33049eab 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -104,10 +104,10 @@ -/* Random options (net yet supported or in final form). */ +/* Random options (not yet supported or in final form). */ -#undef SCM_STACK_LIMIT 20000 -#undef NO_CEVAL_STACK_CHECK +#define STACK_CHECKING +#undef NO_CEVAL_STACK_CHECKING #undef LONGLONGS /* Some auto-generated .h files contain unused prototypes @@ -334,7 +334,7 @@ extern unsigned int scm_async_clock; #define SCM_OVSCM_FLOW 9 #define SCM_OUTOFRANGE 10 #define SCM_NALLOC 11 -#define SCM_STACK_SCM_OVSCM_FLOW 12 +#define SCM_STACK_OVFLOW 12 #define SCM_EXIT 13 |