1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* __scm.h, stackchk.h, stackchk.c: Guile now performs stack

checking.
This commit is contained in:
Mikael Djurfeldt 1996-08-23 01:18:28 +00:00
parent a8959050f9
commit 80c78696e8

View file

@ -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 #define STACK_CHECKING
#undef NO_CEVAL_STACK_CHECK #undef NO_CEVAL_STACK_CHECKING
#undef LONGLONGS #undef LONGLONGS
/* Some auto-generated .h files contain unused prototypes /* 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_OVSCM_FLOW 9
#define SCM_OUTOFRANGE 10 #define SCM_OUTOFRANGE 10
#define SCM_NALLOC 11 #define SCM_NALLOC 11
#define SCM_STACK_SCM_OVSCM_FLOW 12 #define SCM_STACK_OVFLOW 12
#define SCM_EXIT 13 #define SCM_EXIT 13